mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-09 02:39:28 +00:00
NO-JIRA fixing a gate on isTraceEnabled
This commit is contained in:
parent
e58287a3a4
commit
00efad3a1e
@ -200,7 +200,7 @@ public class PageCounterRebuildManager implements Runnable {
|
||||
logger.debug("Rebuilding page counter for address {}", pgStore.getAddress());
|
||||
|
||||
for (long pgid = pgStore.getFirstPage(); pgid <= limitPageId; pgid++) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
if (logger.isTraceEnabled()) {
|
||||
logger.trace("Rebuilding counter on messages from page {} on rebuildCounters for address {}", pgid, pgStore.getAddress());
|
||||
}
|
||||
logger.debug("{} reading paging {} of {}", pgStore.getAddress(), pgid, limitPageId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user