7mind / izumi

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

Home Page:https://izumi.7mind.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slf4j bridge needs reinitialization (?)

pshirshov opened this issue · comments

According to another PM report, the following is required for slf4j to work properly:

SLF4JBridgeHandler.removeHandlersForRootLogger()
SLF4JBridgeHandler.install()

See https://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html

I'm not sure what this report is about though.

This seems to be specific for a JUL bridge, so, this, probably, should only be addressed in the docs.