mikewalch commented on a change in pull request #296: ACCUMULO-4700 Set log4j 
appender threshold to ALL
URL: https://github.com/apache/accumulo/pull/296#discussion_r137012298
 
 

 ##########
 File path: assemble/conf/log4j-monitor.properties
 ##########
 @@ -21,7 +21,7 @@ log4j.appender.file=org.apache.log4j.RollingFileAppender
 log4j.appender.file.File=${accumulo.log.dir}/${accumulo.application}.log
 log4j.appender.file.MaxFileSize=100MB
 log4j.appender.file.MaxBackupIndex=10
-log4j.appender.file.Threshold=INFO
+log4j.appender.file.Threshold=ALL
 
 Review comment:
   I cannot find docs confirming this but I think the default is ALL so it 
could be removed.  I left it to make it easy for users to change but I am OK 
with it being removed. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to