Files
symfony-recipes/webindustry.scheduler-bundle.2.0.json
2024-05-31 12:13:30 +02:00

35 lines
1.1 KiB
JSON

{
"manifests": {
"webindustry/scheduler-bundle": {
"manifest": {
"bundles": {
"SchedulerBundle\\SchedulerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/scheduler-bundle.yaml": {
"contents": [
"monolog:",
" channels:",
" - scheduler",
" handlers:",
" scheduler:",
" level: info",
" type: rotating_file",
" max_files: 30",
" path: '%kernel.logs_dir%/scheduler.log'",
" channels: ['scheduler']"
],
"executable": false
}
},
"ref": "3069e6e81b0af781830e91ed82c29e24713571b3"
}
}
}