1
0
mirror of https://github.com/r4sas/recastin-panel synced 2025-09-06 19:02:16 +00:00
recastin-panel/config/packages/dev/easy_log_handler.yaml
2018-04-25 14:03:33 +02:00

17 lines
506 B
YAML

services:
EasyCorp\EasyLog\EasyLogHandler:
public: false
arguments: ['%kernel.logs_dir%/%kernel.environment%.log']
#// FIXME: How to add this configuration automatically without messing up with the monolog configuration?
#monolog:
# handlers:
# buffered:
# type: buffer
# handler: easylog
# channels: ['!event']
# level: debug
# easylog:
# type: service
# id: EasyCorp\EasyLog\EasyLogHandler