Skip to content

Commit

Permalink
Added diagnostics to TimeoutGuard (#271, #290)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Oct 8, 2023
1 parent 7983d71 commit 7e03c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private synchronized void guard() {

private void generateTimeoutSignal(Instant now) {

logger.warn("{}: timeout of {} is exceeded", marker, timeout);
logger.warn("{}: timeout of {} is exceeded, inTimeout={}, repeat={}", marker, timeout, inTimeout, repeat);

timeoutFluxSink.next(new Signal<>(
now,
Expand Down

0 comments on commit 7e03c30

Please sign in to comment.