ddanielr commented on PR #4158: URL: https://github.com/apache/accumulo/pull/4158#issuecomment-1890071833
@MiguelRicardos can you please update the description of this PR with the justification for this change? Given this statement is generated per-compaction, moving this entry to `debug` would drastically increase the amount of entries in the compactor logs. If these per-compaction details are really desired, they can be pulled via the log4j2 configuration in`log4j2-service.properties`. The following entry sets the FileCompactor's logging level to `trace`: ``` logger.compactor.name = org.apache.accumulo.server.compaction.FileCompactor logger.compactor.level = trace ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
