Skip to content

Commit b7c6a3e

Browse files
authored
Merge pull request #33092 from teskje/downgrade-log
grpc: downgrade connection error log
2 parents b30f9c2 + a183265 commit b7c6a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/src/grpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ where
357357
None => break,
358358
Some(Ok(command)) => command,
359359
Some(Err(e)) => {
360-
error!("error handling client: {e}");
360+
warn!("error handling client: {e}");
361361
break;
362362
}
363363
};

0 commit comments

Comments
 (0)