mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
39 lines
1.5 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|