You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/MessageDispatcher.java
+14-22Lines changed: 14 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,8 @@ public void processReceivedMessages(List<com.google.pubsub.v1.ReceivedMessage> r
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/PollingSubscriberConnection.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ public PollingSubscriberConnection(
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/StreamingSubscriberConnection.java
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ public StreamingSubscriberConnection(
96
96
97
97
@Override
98
98
protectedvoiddoStart() {
99
-
logger.log(Level.INFO, "Starting subscriber.");
99
+
logger.config("Starting subscriber.");
100
100
initialize();
101
101
notifyStarted();
102
102
}
@@ -134,13 +134,13 @@ public void onNext(StreamingPullResponse response) {
134
134
135
135
@Override
136
136
publicvoidonError(Throwablet) {
137
-
logger.log(Level.INFO, "Terminated streaming with exception", t);
137
+
logger.log(Level.WARNING, "Terminated streaming with exception", t);
0 commit comments