Skip to content

Commit cf35876

Browse files
committed
fix: Change from FINE to INFO for ping monitor stream closure log
1 parent 639c9d5 commit cf35876

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.FINE,
522+
Level.INFO,
523523
"No response from server for {0} seconds since last ping. Closing stream.",
524524
elapsedSincePing.getSeconds());
525525

0 commit comments

Comments
 (0)