Skip to content

Commit b96fb85

Browse files
committed
task: Compile and run the backend test suite, fixing migration regressions
1 parent bbb22a6 commit b96fb85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • backend/src/main/scala/com/softwaremill/bootzooka

backend/src/main/scala/com/softwaremill/bootzooka/Main.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import ox.OxApp.Settings
88
import ox.otel.context.PropagatingVirtualThreadFactory
99

1010
object Main extends OxApp.Simple with Logging:
11-
// route JUL to SLF4J (JUL is used by Magnum & OTEL for logging)
11+
// route JUL to SLF4J (JUL is used by OTEL for logging); parlance instead logs via java.lang.System.Logger,
12+
// which is routed to SLF4J by the slf4j-jdk-platform-logging runtime dependency, not by this bridge
1213
SLF4JBridgeHandler.removeHandlersForRootLogger()
1314
SLF4JBridgeHandler.install()
1415

0 commit comments

Comments
 (0)