From 94e269697aef362f5d6b524e8b041e4ae2cb6677 Mon Sep 17 00:00:00 2001 From: elpatron Date: Wed, 8 Oct 2025 12:57:41 +0200 Subject: [PATCH] Config: Caddy Log-Level auf INFO setzen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unterdrückt WARN-Meldungen für normale Live-Subscription disconnects --- Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Caddyfile b/Caddyfile index f853c1b..2344382 100644 --- a/Caddyfile +++ b/Caddyfile @@ -40,6 +40,7 @@ stargirlnails.de { log { output file /var/log/caddy/access.log format json + level INFO } # Favicon-Konfiguration (innerhalb der Hauptdomain)