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