Files
symfony-flex-recipes-contrib/deamon.logger-extra-bundle.4.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.2 KiB
JSON

{
"manifests": {
"deamon/logger-extra-bundle": {
"manifest": {
"bundles": {
"Deamon\\LoggerExtraBundle\\DeamonLoggerExtraBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/deamon_logger_extra.yaml": {
"contents": [
"# see https://github.com/FrDeamon/logger-extra-bundle/blob/master/README.md#config-reference",
"deamon_logger_extra:",
" # the application name",
" application: null",
" # the handler to update",
" handlers: 'main'",
" # configuration for all optional fields",
" config: null",
""
],
"executable": false
}
},
"ref": "0c64a27be5cc083dd16bebfe1ca16104d8649fa9"
}
}
}