Skip to content
Discussion options

You must be logged in to vote

It's understandable. If you were doing this with anything but Logger.root, this wouldn't be an issue, but the root logger gets configured by default like:

    root
      .orphan()
      .clearModifiers()
      .withMinimumLevel(DefaultRootMinimumLevel)
      .clearHandlers()
      .withHandler()
      .replace(Some("root"))

The withMinimumLevel sets a modifier that has to be cleared.

Sorry for the late reply, I haven't been paying much attention to GH.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jackkoenig
Comment options

Answer selected by jackkoenig
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants