mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
16 lines
506 B
YAML
Executable file
16 lines
506 B
YAML
Executable file
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
|