Files
symfony-flex-recipes-contrib/dukecity/command-scheduler-bundle/3.0/config/packages/scheduler.yaml
T
2021-03-21 19:42:47 +01:00

20 lines
519 B
YAML

# See full configuration at
# https://github.com/Dukecity/CommandSchedulerBundle/wiki/Configuration
dukecity_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