mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08: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:
parent
267aebf941
commit
45973ef12e
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue