Files
symfony-flex-recipes-contrib/datana-gmbh.logz-io-handler.1.7.json
T
github-action[bot]andgithub-action[bot] ea998b2f2d Update Flex endpoint
2024-01-05 08:17:17 +00:00

39 lines
1.5 KiB
JSON

{
"manifests": {
"datana-gmbh/logz-io-handler": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LOGZ_IO_TOKEN": "",
"LOGZ_IO_APPLICATION_NAME": ""
}
},
"files": {
"config/packages/datana_logz_io_handler.yaml": {
"contents": [
"when@prod:",
" services:",
" _defaults:",
" autowire: true",
"",
" Inpsyde\\LogzIoMonolog\\Handler\\LogzIoHandler:",
" arguments:",
" $token: '%env(LOGZ_IO_TOKEN)%'",
" $host: !php/enum Inpsyde\\LogzIoMonolog\\Enum\\Host::EuCentral1",
"",
" Datana\\LogzIo\\Handler\\Logger\\Processor\\AddApplicationNameProcessor:",
" arguments:",
" - '%env(LOGZ_IO_APPLICATION_NAME)%'",
" tags: ['monolog.processor']",
""
],
"executable": false
}
},
"ref": "64ceb0112a13eac522c85375cdd4356f0fa796fd"
}
}
}