mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
added systemsdk/easy-log-bundle
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user