We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb13ad commit 93f502dCopy full SHA for 93f502d
build.sbt
@@ -73,7 +73,7 @@ lazy val root = (project in file("."))
73
libraryDependencies += "dev.zio" %% "zio-logging-slf4j" % "2.3.0",
74
75
// For DataDog
76
-// libraryDependencies += "org.slf4j" % "log4j-over-slf4j" % "2.0.13",
77
- libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6",
78
- libraryDependencies += "net.logstash.logback" % "logstash-logback-encoder" % "8.0",
+ libraryDependencies += "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.3",
+ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.16",
+ libraryDependencies += "net.logstash.logback" % "logstash-logback-encoder" % "8.0",
79
)
0 commit comments