summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2022-05-12 20:18:38 +0200
committerGeorg Pfuetzenreuter2022-05-12 20:18:38 +0200
commitf4ac2c3312d3fd8e24bc859309e4f011a1e1a625 (patch)
tree06576edbcab3191c1d00994497f4eeb826fc47fb /pom.xml
parente724d7fd9e87779874f14b9801b2546b03fb98fd (diff)
downloadpubsh-web-f4ac2c3312d3fd8e24bc859309e4f011a1e1a625.tar.gz
pubsh-web-f4ac2c3312d3fd8e24bc859309e4f011a1e1a625.tar.bz2
pubsh-web-f4ac2c3312d3fd8e24bc859309e4f011a1e1a625.zip
Init SLF4J + rehaul logging in WebApplication class
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 581b2b6..14f9b93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,12 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ </dependency>
+
</dependencies>
<dependencyManagement>