mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 03:01:48 +00:00
Make supervisord and Caddy less chatty.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
log {
|
||||
output stderr
|
||||
exclude admin.api
|
||||
level WARN
|
||||
exclude http.auto_https
|
||||
format console {
|
||||
time_key ""
|
||||
}
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
[supervisord]
|
||||
logfile = /dev/stderr
|
||||
loglevel = warn
|
||||
|
||||
[program-default]
|
||||
stdout_logfile = /dev/stdout
|
||||
stderr_logfile = /dev/stderr
|
||||
stopsignal = TERM
|
||||
autorestart = true
|
||||
|
||||
Reference in New Issue
Block a user