mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
20 lines
561 B
YAML
20 lines
561 B
YAML
# See full configuration at
|
|
# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration
|
|
jmose_command_scheduler:
|
|
|
|
# Scheduler will write output files here. set false to disable it.
|
|
log_path: "%kernel.logs_dir%"
|
|
|
|
# Add namespace you don't want to see its Command in the scheduler.
|
|
excluded_command_namespaces:
|
|
- _global
|
|
- scheduler
|
|
- server
|
|
- container
|
|
- config
|
|
- generate
|
|
- init
|
|
- router
|
|
- doctrine
|
|
- debug
|