Skip to content

Commit

Permalink
Downgrade HA & failover related log (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyuangong authored and littlezhou committed Jul 24, 2018
1 parent 54ae449 commit f44da30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}:
#log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n

log4j.logger.org.apache.hadoop.ipc.Server=ERROR
# Downgrade Hadoop Retry Exception, please remove this line during debug
log4j.logger.org.apache.hadoop.io.retry.RetryInvocationHandler=ERROR

0 comments on commit f44da30

Please sign in to comment.