diff --git a/index.json b/index.json index b0ef3d7..7a639b8 100644 --- a/index.json +++ b/index.json @@ -17,6 +17,9 @@ ], "webindustry/document-bundle": [ "2.0" + ], + "webindustry/scheduler-bundle": [ + "2.0" ] }, "branch": "master", diff --git a/webindustry.scheduler-bundle.2.0.json b/webindustry.scheduler-bundle.2.0.json new file mode 100644 index 0000000..2ef2483 --- /dev/null +++ b/webindustry.scheduler-bundle.2.0.json @@ -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" + } + } +}