From edcea04b92e732853f1420ee61bd754cd6eb1bf7 Mon Sep 17 00:00:00 2001 From: sven Date: Mon, 22 Dec 2025 10:05:59 +0100 Subject: [PATCH] Loglevel: Error --- pulse/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulse/compose.yaml b/pulse/compose.yaml index d750c25..470b001 100755 --- a/pulse/compose.yaml +++ b/pulse/compose.yaml @@ -38,7 +38,7 @@ services: # CORS & logging # - ALLOWED_ORIGINS=https://app.example.com # CORS origins (default: none, same-origin only) - - LOG_LEVEL=warn # Log level: debug/info/warn/error (default: info) + - LOG_LEVEL=error # Log level: debug/info/warn/error (default: info) restart: unless-stopped volumes: pulse_data: null