From 3d23d58fbb23c75a321f4ba1a51696dbea5a1f1b Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 19 Sep 2025 20:50:20 +0000 Subject: [PATCH] Make supervisord and Caddy less chatty. --- conf/Caddyfile | 3 ++- conf/supervisord.conf | 5 +++++ fly.toml | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index cc68d66..bfd5c9b 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -3,7 +3,8 @@ log { output stderr - exclude admin.api + level WARN + exclude http.auto_https format console { time_key "" } diff --git a/conf/supervisord.conf b/conf/supervisord.conf index 8c1597e..0376005 100644 --- a/conf/supervisord.conf +++ b/conf/supervisord.conf @@ -1,4 +1,9 @@ +[supervisord] +logfile = /dev/stderr +loglevel = warn + [program-default] +stdout_logfile = /dev/stdout stderr_logfile = /dev/stderr stopsignal = TERM autorestart = true diff --git a/fly.toml b/fly.toml index e98dee6..b646bf5 100644 --- a/fly.toml +++ b/fly.toml @@ -18,7 +18,6 @@ memory = 512 [env] AUTOMEMLIMIT = "0.25" -CADDY_ADMIN = ":2019" [[files]] guest_path = "/app/config.toml"