keith-turner commented on pull request #2096: URL: https://github.com/apache/accumulo/pull/2096#issuecomment-845166812
> Though, I am not quite sure how to change the log levels for the compactor and coordinator log files. @Manno15 you should be able to edit `<ACCUMULO DIR>/conf/log4j2-service.properties` and add something like the following. ``` logger.compactor.name = org.apache.accumulo.compactor logger.compactor.level = trace ``` The above is from a file I had laying around for a bit so not completely sure its still correct. Could add similar lines for the coordinator. Changes should be picked up while processes are running (which is really really nice). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
