Files
symfony-flex-recipes-contrib/datana-gmbh.logz-io-handler.1.0.json
T
github-action[bot]andgithub-action[bot] 37f1e94943 Update Flex endpoint
2022-04-20 18:41:58 +00:00

38 lines
1.4 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": [
"services:",
" _defaults:",
" autowire: true",
"",
" Inpsyde\\LogzIoMonolog\\Handler\\LogzIoHandler:",
" arguments:",
" $token: '%env(LOGZ_IO_TOKEN)%'",
" $host: 'listener-eu.logz.io'",
"",
" Datana\\LogzIo\\Handler\\Logger\\Processor\\AddApplicationNameProcessor:",
" arguments:",
" - '%env(LOGZ_IO_APPLICATION_NAME)%'",
" tags: ['monolog.processor']",
""
],
"executable": false
}
},
"ref": "63108fcf536527da43109e86560fe2094c901eee"
}
}
}