This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 26912d91b RATIS-2200. Make Ratis example log at INFO level (#1189)
26912d91b is described below
commit 26912d91bbc6bd430c9618eee05f75106889f417
Author: kiruthiga1793 <[email protected]>
AuthorDate: Thu Dec 26 02:29:38 2024 -0500
RATIS-2200. Make Ratis example log at INFO level (#1189)
---
ratis-examples/src/main/resources/log4j.properties | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ratis-examples/src/main/resources/log4j.properties
b/ratis-examples/src/main/resources/log4j.properties
index f5b4baf67..eedefe287 100644
--- a/ratis-examples/src/main/resources/log4j.properties
+++ b/ratis-examples/src/main/resources/log4j.properties
@@ -16,10 +16,8 @@
log4j.rootLogger=INFO, stdout
-log4j.logger.org.apache.ratis.server.impl.RatisServerImpl=DEBUG
-log4j.logger.org.apache.ratis.client.RaftClient=DEBUG
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p
%c{1}:%L - %m%n
\ No newline at end of file
+log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p
%c{1}:%L - %m%n