mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
18 lines
539 B
YAML
18 lines
539 B
YAML
services:
|
|
easycorp.easylog.handler:
|
|
class: 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.handler
|