mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
Explicitly use NONE value for stdout_logfile and stderr_logfile to disable domain-validator logs. Accoring to supervisord documentation, if stdout_logfile/stderr_logfile is unset or set to AUTO, supervisor will automatically choose a file location. If this is set to NONE, supervisord will create no log file. Signed-off-by: Mihai Coman <mihai.cmn@gmail.com>