collection-crud/config/packages/test/monolog.yaml

8 lines
183 B
YAML
Raw Normal View History

2018-07-18 14:48:22 -04:00
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]