Skip to content

Commit 639c9d5

Browse files
committed
fix: Downgrade streaming pull keepalive close stream log from WARNING to FINE
1 parent 0f008d7 commit 639c9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/StreamingSubscriberConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ private void startServerMonitor() {
519519
}
520520

521521
logger.log(
522-
Level.WARNING,
522+
Level.FINE,
523523
"No response from server for {0} seconds since last ping. Closing stream.",
524524
elapsedSincePing.getSeconds());
525525

0 commit comments

Comments
 (0)