diff --git a/app/main.py b/app/main.py index 1fb1c72..acda1a2 100644 --- a/app/main.py +++ b/app/main.py @@ -111,6 +111,7 @@ def main(): log.info( "Webhook-Server startet auf Port %d (GET /webhook/update, kein Auth).", config.webhook_port ) + logging.getLogger("werkzeug").setLevel(logging.ERROR) app.run(host="0.0.0.0", port=config.webhook_port)