You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will spit out Drupal logs so that sumologic can get them
in settings.php $settings['container_yamls'][] = 'sites/default/monolog.services.yml';
I think it would be nice if every env used monolog by default and for lando maybe add something similar to Vantaa projectslando devel-enable that would enable modules that help with local development and debugging
The text was updated successfully, but these errors were encountered:
Add monolog config so that all new projects use it by default
"monolog.services.yml"
This will spit out Drupal logs so that sumologic can get them
in settings.php
$settings['container_yamls'][] = 'sites/default/monolog.services.yml';
I think it would be nice if every env used monolog by default and for lando maybe add something similar to
Vantaa projects
lando devel-enable
that would enable modules that help with local development and debuggingThe text was updated successfully, but these errors were encountered: