Configuration for the Varnish Supervisor itself.
Example:
supervisor:
log_level: error
log_outputsupervisor:
log_output: stderr
Type: String
Default: stdout
Where to write Supervisor (control plane) logs.
Options:
stdout: Log to stdoutstderr: Log to stderrdiscard: Discard logslog_levelsupervisor:
log_level: warn
Type: String
Default: info
Change the log level of the Supervisor (control plane) logs.
Options:
info: Log at info level.warn: Log at warning level.error: Log at error level.debug: Log at debug level.work_dirsupervisor:
work_dir: /tmp/varnish-supervisor
Type: String
Default: /var/lib/varnish-supervisor
The working directory for storing state, logs, and other runtime files.