Skip to content

Commit

Permalink
RATIS-2200. Make Ratis example log at INFO level (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiruthiga1793 authored Dec 26, 2024
1 parent 117d03a commit 26912d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ratis-examples/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n

0 comments on commit 26912d9

Please sign in to comment.