Skip to content

Instantly share code, notes, and snippets.

@janstoeckler
janstoeckler / services.yml
Created June 2, 2017 08:47
Drupal 8 monolog logging
parameters:
...
monolog.channel_handlers:
# Log to a file by default.
default: ['file']
# Send the php channel to web server's error log and the browser console:
# php: ['error_log', 'browser_console']
# Ignore log entries of "content" channel.