Merge pull request #751

This commit is contained in:
symfony-flex-server[bot]
2020-04-07 10:09:18 +00:00
committed by GitHub
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%/"
}
}