mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #5558 from mihaicmn/disable-domain-validator-logs
Correctly disable some supervisord logs
This commit is contained in:
commit
596a4669fd
2 changed files with 8 additions and 10 deletions
|
|
@ -9,8 +9,8 @@ logfile_backups=10
|
||||||
loglevel=error
|
loglevel=error
|
||||||
|
|
||||||
[program:apache]
|
[program:apache]
|
||||||
# stdout_logfile=/dev/stdout
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
# stdout_logfile_maxbytes=0
|
stdout_logfile=NONE
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=apachectl -DFOREGROUND
|
command=apachectl -DFOREGROUND
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ loglevel=error
|
||||||
user=root
|
user=root
|
||||||
|
|
||||||
[program:php-fpm]
|
[program:php-fpm]
|
||||||
# stdout_logfile=/dev/stdout
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
# stdout_logfile_maxbytes=0
|
stdout_logfile=NONE
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=php-fpm
|
command=php-fpm
|
||||||
user=root
|
user=root
|
||||||
|
|
||||||
[program:apache]
|
[program:apache]
|
||||||
# stdout_logfile=/dev/stdout
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
# stdout_logfile_maxbytes=0
|
stdout_logfile=NONE
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=httpd -DFOREGROUND
|
command=httpd -DFOREGROUND
|
||||||
|
|
@ -58,9 +58,7 @@ user=root
|
||||||
|
|
||||||
[program:domain-validator]
|
[program:domain-validator]
|
||||||
# Logging is disabled as otherwise all attempts will be logged which spams the logs
|
# Logging is disabled as otherwise all attempts will be logged which spams the logs
|
||||||
# stdout_logfile=/dev/stdout
|
stdout_logfile=NONE
|
||||||
# stdout_logfile_maxbytes=0
|
stderr_logfile=NONE
|
||||||
# stderr_logfile=/dev/stderr
|
|
||||||
# stderr_logfile_maxbytes=0
|
|
||||||
command=php -S 127.0.0.1:9876 /var/www/docker-aio/php/domain-validator.php
|
command=php -S 127.0.0.1:9876 /var/www/docker-aio/php/domain-validator.php
|
||||||
user=www-data
|
user=www-data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue