Skip to content

Commit

Permalink
Add java platform logger <-> slf4j bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 6, 2024
1 parent bd4b134 commit 42cdb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ val jsonDependencies = Seq(
val loggingDependencies = Seq(
"ch.qos.logback" % "logback-classic" % "1.5.11",
"com.softwaremill.ox" %% "mdc-logback" % oxVersion,
"org.slf4j" % "slf4j-jdk-platform-logging" % "2.0.7" % Runtime,
"org.codehaus.janino" % "janino" % "3.1.12" % Runtime,
"net.logstash.logback" % "logstash-logback-encoder" % "8.0" % Runtime
)
Expand Down

0 comments on commit 42cdb44

Please sign in to comment.