added systemsdk/easy-log-bundle

This commit is contained in:
DKravtsov
2021-03-03 11:34:42 +02:00
parent 3e81695f75
commit e34f88f36c
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
easy_log:
log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'
ignored_routes: ['_wdt', '_profiler']
@@ -0,0 +1,3 @@
easy_log:
log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'
ignored_routes: ['_wdt', '_profiler']
@@ -0,0 +1,8 @@
{
"bundles": {
"Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}