From 7431a90eb48017af4d8b5a668031aebe4e18bccb Mon Sep 17 00:00:00 2001 From: Hamza Aburaneh Date: Tue, 10 Feb 2026 11:42:09 -0500 Subject: [PATCH] feat: fix logging --- pom.xml | 12 ++++++++++++ src/main/resources/logback-spring.xml | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/main/resources/logback-spring.xml diff --git a/pom.xml b/pom.xml index 1c1889c..7dedaf3 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,12 @@ commons-beanutils commons-beanutils 1.11.0 + + + commons-logging + commons-logging + + @@ -81,6 +87,12 @@ com.mashape.unirest unirest-java 1.4.9 + + + commons-logging + commons-logging + + diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..a69c58b --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,20 @@ + + + + + + + ${CONSOLE_LOG_PATTERN} + UTF-8 + + + + + + + + + + + + \ No newline at end of file