From 97d1337f89ae851175cc2de90ded3766808a78ef 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db884df9..0b4633c4 100644 --- a/pom.xml +++ b/pom.xml @@ -229,9 +229,15 @@ org.slf4j - jcl-over-slf4j + slf4j-jcl ${slf4j.version} + + commons-logging + commons-logging + 1.3.0 + provided + org.json json