-
Notifications
You must be signed in to change notification settings - Fork 180
HBASE-27883: Use log4j2 instead of log4j for logging. #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
re-trigger the check |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
emm, hold on just checked the code base, it seems using |
|
re-trigger the check |
This comment was marked as outdated.
This comment was marked as outdated.
|
@Reidddddd, could you please take a look at it? I have removed |
|
ping @petersomogyi, would you like to give a review as well |
|
@subrat-mishra there are places i don't understand, could you explain them to me
|
That is the groupId for log4j2, check these dependencies for the hbase repository: https://github.com/apache/hbase/blob/master/pom.xml#L1340-L1359
org.apache.logging.log4j is with version 2.17.2, so it is log4j2. |
|
Should the org.slf4j dependencies be updated? For example slf4j-log4j12 is binding/provider for log4j version 1.2, shouldn't be needed anymore. |
b4a4c98 to
902ec7d
Compare
902ec7d to
fd34fb3
Compare
Thanks @petersomogyi, for pointing that out. I missed removing |
|
🎊 +1 overall
This message was automatically generated. |
not familiar with these parts, thanks for explanation |
No description provided.