Skip to content

Commit d080785

Browse files
nozdrya.d.anozdrya.d.a
authored andcommitted
ARTEMIS-5834 Additional debug log in ScaleDownHandler
Adds additional debug log about scaled-down messages on address
1 parent bfab102 commit d080785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ScaleDownHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public long scaleDownMessages(ClientSessionFactory sessionFactory,
145145
messageCount += scaleDownRegularMessages(address, queues, session, producer);
146146
}
147147

148+
logger.debug("Scaled down {} messages on address {}", messageCount, address);
148149
}
149150
}
150151

0 commit comments

Comments
 (0)