Closed (fixed)
Project:
Ironstar
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2025 at 02:15 UTC
Updated:
28 Sep 2025 at 06:44 UTC
Jump to comment: Most recent
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.
Comments
Comment #2
jesseh commented