{ "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" } } }