Skip to content

Commit

Permalink
move throttled punctuator log to debug (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Sairam Adapa authored Oct 20, 2023
1 parent 2082470 commit a81cc48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public final void punctuate(long timestamp) {
}
}
}
log.info(
log.debug(
"processed windows: {}, processed tasks: {}, time taken: {}",
totalProcessedWindows,
totalProcessedTasks,
Expand Down

0 comments on commit a81cc48

Please sign in to comment.