From 91ef515681cd402170651bf03d9b7b72764d88de Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Thu, 19 Sep 2024 12:13:21 +0200 Subject: [PATCH] Logging: make SLF4J record to JCL Tomcat uses Java Commons Logging. With this change, SLF4J (used by our application) should hook into that. This intends to make the logs generated by our app visible in Tomcat's logs. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db884df9..56bd059c 100644 --- a/pom.xml +++ b/pom.xml @@ -229,7 +229,7 @@ org.slf4j - jcl-over-slf4j + slf4j-jcl ${slf4j.version}