mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"systemsdk/easy-log-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dev/systemsdk_easy_log.yaml": {
|
|
"contents": [
|
|
"easy_log:",
|
|
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
|
|
" ignored_routes: ['_wdt', '_profiler']",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/test/systemsdk_easy_log.yaml": {
|
|
"contents": [
|
|
"easy_log:",
|
|
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
|
|
" ignored_routes: ['_wdt', '_profiler']",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7543c149e6af01d8e3d702d579631699712ac221"
|
|
}
|
|
}
|
|
}
|