forked from GNUsocial/gnu-social
4b31c1f48f
Beginning anew, this time with a modern framework: symfony
17 lines
506 B
YAML
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
|