Skip to content

Commit a81cc48

Browse files
author
Kishan Sairam Adapa
authored
move throttled punctuator log to debug (#86)
1 parent 2082470 commit a81cc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kafka-streams-framework/src/main/java/org/hypertrace/core/kafkastreams/framework/punctuators/AbstractThrottledPunctuator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public final void punctuate(long timestamp) {
124124
}
125125
}
126126
}
127-
log.info(
127+
log.debug(
128128
"processed windows: {}, processed tasks: {}, time taken: {}",
129129
totalProcessedWindows,
130130
totalProcessedTasks,

0 commit comments

Comments
 (0)