- Issue created by @jesseh
When enabling this module in an environment that doesn't run on the Ironstar platform it most likely doesn't contain the default path it is attempting to log to `/app/logs/drupal.log` which results in an error.
Enable the module in an environment that doesn't contain the path `/app/logs`.
- If the IRONSTAR_ENV_NAME env var is set, then enable with our usual path
- If the DDEV_VERSION env var is set then use /var/log/drupal.log
Otherwise disable the monolog configuration.
Active
1.0
Code