Skip to content
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

RATIS-2200. Make Ratis example log at INFO level #1189

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kiruthiga1793
Copy link

What changes were proposed in this pull request?

made Ratis-example logs as info level

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/RATIS-2200

How was this patch tested?

(Please explain how this patch was tested. Ex: unit tests, manual tests)
(If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)

@adoroszlai adoroszlai changed the title Ratis 2200 : Make Ratis example log at INFO level RATIS-2200. Make Ratis example log at INFO level Dec 14, 2024
Copy link
Contributor

@adoroszlai adoroszlai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kiruthiga1793 for the patch.

Comment on lines +19 to +20
log4j.logger.org.apache.ratis.server.impl.RatisServerImpl=INFO
log4j.logger.org.apache.ratis.client.RaftClient=INFO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since root level is INFO, I think these two class-specific settings can be removed.

Suggested change
log4j.logger.org.apache.ratis.server.impl.RatisServerImpl=INFO
log4j.logger.org.apache.ratis.client.RaftClient=INFO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants