From eb91b4fd7f920722cb7a1ed38c6c02293bc62e27 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 12 Mar 2025 18:47:37 +0100 Subject: [PATCH] Change log level to debug --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 451e466..db9daa3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - "DIUN_WATCH_SCHEDULE=0 */6 * * *" - "DIUN_WATCH_JITTER=30s" - "DIUN_PROVIDERS_DOCKER=true" - - "LOG_LEVEL=info" + - "LOG_LEVEL=debug" - "LOG_JSON=false" - "DIUN_NOTIF_MAIL_HOST=mail.serveur" - "DIUN_NOTIF_MAIL_PORT=25"