Files
symfony-flex-recipes-contrib/nella.monolog-tracy-bundle.2.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

33 lines
1.0 KiB
JSON

{
"manifests": {
"nella/monolog-tracy-bundle": {
"manifest": {
"bundles": {
"Nella\\MonologTracyBundle\\MonologTracyBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/nella_monolog_tracy.yaml": {
"contents": [
"monolog:",
" handlers:",
" blueScreen:",
" type: tracyBlueScreen",
"",
"monolog_tracy:",
" log_directory: '%kernel.logs_dir%/tracy'",
""
],
"executable": false
}
},
"ref": "793d1a59edb3aeb182c91c8e1129d59eef38742d"
}
}
}