mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-24 08:24:48 -04:00
disable domain-validator logs
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>
This commit is contained in:
@@ -58,9 +58,7 @@ user=root
|
||||
|
||||
[program:domain-validator]
|
||||
# Logging is disabled as otherwise all attempts will be logged which spams the logs
|
||||
# stdout_logfile=/dev/stdout
|
||||
# stdout_logfile_maxbytes=0
|
||||
# stderr_logfile=/dev/stderr
|
||||
# stderr_logfile_maxbytes=0
|
||||
stdout_logfile=NONE
|
||||
stderr_logfile=NONE
|
||||
command=php -S 127.0.0.1:9876 /var/www/docker-aio/php/domain-validator.php
|
||||
user=www-data
|
||||
|
||||
Reference in New Issue
Block a user