Skip to content

Commit

Permalink
RATIS-2185. Improve gRPC log messages debugability.
Browse files Browse the repository at this point in the history
  • Loading branch information
jojochuang committed Nov 27, 2024
1 parent 04396ca commit 803046f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static <REPLY, REPLY_PROTO> void asyncCall(
}

static void warn(Logger log, Supplier<String> message, Throwable t) {
LogUtils.warn(log, message, unwrapThrowable(t), StatusRuntimeException.class, ServerNotReadyException.class);
LogUtils.warn(log, message, unwrapThrowable(t), ServerNotReadyException.class);
}

class StatusRuntimeExceptionMetadataBuilder {
Expand Down

0 comments on commit 803046f

Please sign in to comment.