Make supervisord and Caddy less chatty.

This commit is contained in:
Catherine
2025-09-19 20:50:20 +00:00
parent 5f7e5a1271
commit 3d23d58fbb
3 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
log {
output stderr
exclude admin.api
level WARN
exclude http.auto_https
format console {
time_key ""
}

View File

@@ -1,4 +1,9 @@
[supervisord]
logfile = /dev/stderr
loglevel = warn
[program-default]
stdout_logfile = /dev/stdout
stderr_logfile = /dev/stderr
stopsignal = TERM
autorestart = true

View File

@@ -18,7 +18,6 @@ memory = 512
[env]
AUTOMEMLIMIT = "0.25"
CADDY_ADMIN = ":2019"
[[files]]
guest_path = "/app/config.toml"