From 24f93545630b3c3bd3f48215fa931dc2e6de79d1 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 12 May 2022 22:31:23 +0200 Subject: Set default loglevel Signed-off-by: Georg Pfuetzenreuter --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dbd8151..15518c8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -13,5 +13,5 @@ spring.datasource.password=${DB_SECRET} db-scheduler.enabled=true lysergic.docker.endpoint=${CONTAINER_API} logging.group.lysergic=net.libertacasa.pubsh.web -logging.level.lysergic=${LOGLEVEL} +logging.level.lysergic=${LOGLEVEL:INFO} #debug=true \ No newline at end of file -- cgit v1.2.3