Files
symfony-flex-recipes-contrib/systemsdk.easy-log-bundle.2.1.json
T
github-action[bot]andgithub-action[bot] 7ee985ef5c Update Flex endpoint
2026-01-07 10:08:34 +00:00

50 lines
2.0 KiB
JSON

{
"manifests": {
"systemsdk/easy-log-bundle": {
"manifest": {
"bundles": {
"Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/systemsdk_easy_log.yaml": {
"contents": [
"when@dev:",
" monolog:",
" handlers:",
" buffered:",
" type: buffer",
" handler: easylog",
" level: debug",
" channels: [ '!event' ]",
" easylog:",
" type: service",
" id: easy_log.handler",
" easy_log:",
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
" max_line_length: 120",
" prefix_length: 4",
" ignored_routes: [ '_wdt', '_profiler' ]",
"",
"when@test:",
" easy_log:",
" log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'",
" max_line_length: 120",
" prefix_length: 4",
" ignored_routes: [ '_wdt', '_profiler' ]",
""
],
"executable": false
}
},
"ref": "ca2356442e0ef60e0b15d56e7bb77562d72a608f"
}
}
}