[easy-log-handler] remove recipe

This commit is contained in:
Nicolas Grekas
2020-04-06 17:31:07 +02:00
parent ce83283b19
commit c715d3498d
2 changed files with 0 additions and 21 deletions
@@ -1,16 +0,0 @@
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
@@ -1,5 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}