From 1d34d70e0d7ab66c004ca0e844de46cb9d45b16d Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 16 Jan 2023 12:36:19 +0100 Subject: [PATCH] Set DEBUG log level --- authentication.docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 2d2392e..718ca86 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -16,6 +16,7 @@ services: AUTHELIA_NOTIFIER_SMTP_USERNAME: ${NASCOMPOSE_AUTHELIA_SMTP_USERNAME?} AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: /run/secrets/smtp_password AUTHELIA_NOTIFIER_SMTP_SENDER: ${NASCOMPOSE_AUTHELIA_SMTP_SENDER?} + AUTHELIA_LOG_LEVEL: info networks: - traefik volumes: