We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb22a6 commit b96fb85Copy full SHA for b96fb85
1 file changed
backend/src/main/scala/com/softwaremill/bootzooka/Main.scala
@@ -8,7 +8,8 @@ import ox.OxApp.Settings
8
import ox.otel.context.PropagatingVirtualThreadFactory
9
10
object Main extends OxApp.Simple with Logging:
11
- // route JUL to SLF4J (JUL is used by Magnum & OTEL for logging)
+ // 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
13
SLF4JBridgeHandler.removeHandlersForRootLogger()
14
SLF4JBridgeHandler.install()
15
0 commit comments