You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is showing that we are using log4j api and core in version 2.2 but slf4j which is a facade for loger is using log4j 1.2 (probably thats what 12 stand from).
I will provide the fix in near future.
Affected version:
OS: Windows
The text was updated successfully, but these errors were encountered:
Is this still valid for latest version?
We have config file log4j2.xml at src/test/resources
I've configured there debug logs from io.netty and it works
Expected behaviour:
Put log4j config to src/main/resources to be able to configure logging.
Actual behaviour:
Either version of config https://logging.apache.org/log4j/2.x/manual/configuration.html#XML for log4j in version 2 or https://logging.apache.org/log4j/2.x/manual/migration.html for log4j in version 1 yields an error.
Steps to reproduce:
Put log4j.xml config to src/main/resources in project using mrchecker.
Comments:
https://stackoverflow.com/questions/47574644/difference-between-slf4j-log4j12-vs-log4j
excerpt from
mvn dependency:tree
of mrchecker-core-moduleit is showing that we are using log4j api and core in version 2.2 but slf4j which is a facade for loger is using log4j 1.2 (probably thats what 12 stand from).
I will provide the fix in near future.
Affected version:
OS: Windows
The text was updated successfully, but these errors were encountered: