Skip to content

Commit

Permalink
change log level for ThresholdShredder debug message (apache#13141)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcheng10 authored Dec 6, 2021
1 parent d1156ca commit 50ab411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Multimap<String, String> findBundlesForUnloading(final LoadData loadData,

if (minimumThroughputToOffload < minThroughputThreshold) {
if (log.isDebugEnabled()) {
log.info("[{}] broker is planning to shed throughput {} MByte/s less than "
log.debug("[{}] broker is planning to shed throughput {} MByte/s less than "
+ "minimumThroughputThreshold {} MByte/s, skipping bundle unload.",
broker, minimumThroughputToOffload / MB, minThroughputThreshold / MB);
}
Expand Down

0 comments on commit 50ab411

Please sign in to comment.