Skip to content

Commit

Permalink
Add additional FINER log information to SegmentCountMetric (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillschallau authored Nov 15, 2023
1 parent 80518b9 commit 2807626
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class SegmentCountMetric<
*/
override fun evaluate(segment: SegmentType<E, T, S>): Int {
segmentCount++
logFiner("==== Segment $segmentCount: $segment ====")
return segmentCount
}

Expand Down

0 comments on commit 2807626

Please sign in to comment.