slf4j interprets java-agent log.info as [ERROR] #284
Unanswered
kamal-kaur04
asked this question in
Q&A
Replies: 1 comment
-
This is most likely because |
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
-
I have a java-agent in which I'm using slf4j for logging. But, terminal shows "[ERROR]" log as well in the
mvn test
output. Any help around this would be appreciated.Using
<slf4j.version>2.0.0-alpha7</slf4j.version>
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions