Problem/Motivation

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.

Steps to reproduce

Enable the module in an environment that doesn't contain the path `/app/logs`.

Proposed resolution

- 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.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

jesseh created an issue. See original summary.

jesseh’s picture

Version: 1.0.1 » 1.0.x-dev
Status: Active » Fixed

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

  • jesseh committed ba43aefd on 1.0.x
    [#3545019] fix: Issue running module off the Ironstar platform (local...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.