Skip to content

Commit

Permalink
tmp: add info trace to investigate doubled traced
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Feb 6, 2025
1 parent ed35d9d commit 371d2c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ protected void recordTallyCount(List<TallySnapshot> savedSnapshots) {
.equals(HardwareMeasurementType.TOTAL))
.forEach(
entry -> {
log.info("tally COUNTING!! snap '{}', entry was {}", snap, entry);
var c =
count.withTags(
"product",
Expand Down

0 comments on commit 371d2c8

Please sign in to comment.