Skip to content

Commit

Permalink
Add root to log
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson committed Dec 3, 2020
1 parent 8ce7658 commit 5d9ca5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ private void decrementRefAndMaybeWrite(boolean isRootSpan) {
}
}
if (log.isDebugEnabled()) {
log.debug("t_id={} -> expired reference. pending count={}", traceId, count);
log.debug(
"t_id={} -> expired reference. root={} pending count={}", traceId, isRootSpan, count);
}
}

Expand Down

0 comments on commit 5d9ca5f

Please sign in to comment.