We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7674d9d + b549032 commit e6c2b81Copy full SHA for e6c2b81
metrics/src/main/java/com/google/monitoring/metrics/MetricExporter.java
@@ -64,7 +64,7 @@ protected void run() throws Exception {
64
writer.flush();
65
} catch (IOException exception) {
66
logger.log(
67
- Level.SEVERE, "Threw an exception while writing or flushing metrics", exception);
+ Level.WARNING, "Threw an exception while writing or flushing metrics", exception);
68
}
69
} else {
70
logger.info("Received a poison pill, stopping now");
0 commit comments