aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java b/config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java
index e7f3555166e..bbad22e52e8 100644
--- a/config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java
+++ b/config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java
@@ -444,7 +444,7 @@ public class ConfigSubscriber implements AutoCloseable {
hasNewConfig = nextConfig(false);
}
catch (Exception e) {
- log.log(SEVERE, "Exception on receiving config. Ignoring this change.", e);
+ log.log(isClosed() ? FINE : WARNING, "Exception on receiving config. Ignoring this change.", e);
}
try {