Recipe per scheduler-bundle

This commit is contained in:
Giuseppe Fabiano
2024-05-31 12:13:30 +02:00
parent ce72174ee5
commit 9e6ec855ad
2 changed files with 37 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
],
"webindustry/document-bundle": [
"2.0"
],
"webindustry/scheduler-bundle": [
"2.0"
]
},
"branch": "master",

View File

@@ -0,0 +1,34 @@
{
"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"
}
}
}