Skip to content

Commit

Permalink
Added dblog to docker and acquia service yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-fleming committed Dec 18, 2024
1 parent 819b66c commit 8b59d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docroot/sites/default/services.acquia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
parameters:
monolog.channel_handlers:
# Log to syslog and NewRelic
default: ['acquia_syslog', 'acquia_newrelic']
default: ['drupal.dblog', 'acquia_syslog', 'acquia_newrelic']
# Cut down noise in New Relic
purge: ['acquia_syslog']
# 403 still visible at Akamai.
Expand Down
2 changes: 1 addition & 1 deletion docroot/sites/default/services.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
parameters:
monolog.channel_handlers:
# Log to stderr.
default: ['stderr']
default: ['drupal.dblog', 'stderr']
# Log php channel to web server's error log.
php: ['error_log', 'stderr']
# Silence purge warnings.
Expand Down

0 comments on commit 8b59d19

Please sign in to comment.