Skip to content

Commit

Permalink
fix: reduce JVM message log level
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Dec 18, 2024
1 parent b9f8209 commit 03f6fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void onNext(GetDeploymentContextResponse moduleContextResponse) {

@Override
public void onError(Throwable throwable) {
log.error("GRPC connection error", throwable);
log.debug("GRPC connection error", throwable);
synchronized (this) {
currentError = throwable;
if (waiters) {
Expand Down

0 comments on commit 03f6fcc

Please sign in to comment.