Skip to content

Commit

Permalink
fix: reduce JVM message log level (#3810)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 18, 2024
1 parent 9a4d27a commit ac2d4eb
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 ac2d4eb

Please sign in to comment.