From f4ac2c3312d3fd8e24bc859309e4f011a1e1a625 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 12 May 2022 20:18:38 +0200 Subject: Init SLF4J + rehaul logging in WebApplication class Signed-off-by: Georg Pfuetzenreuter --- src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dae748b..4d5581b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,4 +11,7 @@ spring.datasource.jdbc-url=jdbc:mariadb://${DB_HOST}/${DB} spring.datasource.username=${DB_USER} spring.datasource.password=${DB_SECRET} db-scheduler.enabled=true -lysergic.docker.endpoint=${CONTAINER_API} \ No newline at end of file +lysergic.docker.endpoint=${CONTAINER_API} +logging.group.lysergic=net.libertacasa.pubsh.web +logging.level.lysergic=trace +#debug=true \ No newline at end of file -- cgit v1.2.3