MN launch tool - log4j feature uses incorrect library #11200
Unanswered
waveskimmer
asked this question in
General
Replies: 1 comment
-
@waveskimmer Why do you insist on using Log4j2 and not use Logback instead, like the rest of the cool kids here 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Launch tool uses the old library for the earlier (<2.0) slf4j version:
where as:
is correct. (Note the extra 2 in slf4j2).
Seems like a bug, but where do I report it?
Beta Was this translation helpful? Give feedback.
All reactions