Skip to content

Commit 93f502d

Browse files
Add log4j2 translator according to ZIO docs for logback usage (#8)
1 parent edb13ad commit 93f502d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ lazy val root = (project in file("."))
7373
libraryDependencies += "dev.zio" %% "zio-logging-slf4j" % "2.3.0",
7474

7575
// 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",
76+
libraryDependencies += "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.3",
77+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.16",
78+
libraryDependencies += "net.logstash.logback" % "logstash-logback-encoder" % "8.0",
7979
)

0 commit comments

Comments
 (0)