From 196fbb1648a4fcfa198aa01eaf2e3e1627a06872 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 16 Jan 2023 12:37:41 +0100 Subject: [PATCH] Set DEBUG log level for real this time --- authentication.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 718ca86..70f8bb2 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -16,7 +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 + AUTHELIA_LOG_LEVEL: debug networks: - traefik volumes: