aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-06-11 09:37:20 +0200
committerJon Bratseth <bratseth@oath.com>2018-06-11 09:37:20 +0200
commitf87e1c4f6ead9ad0fe8a7c4c405206d00ab10b61 (patch)
tree57c226823a3821aff0c69a587edda57ff8d30efd /config
parente06df4061aee4f10adad54a52f19092c13b72fef (diff)
Add temporary logging
Diffstat (limited to 'config')
-rw-r--r--config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java1
1 files changed, 1 insertions, 0 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 47048fa16c7..5c296c3e1a6 100644
--- a/config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java
+++ b/config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java
@@ -267,6 +267,7 @@ public class ConfigSubscriber {
// This indicates the clients will possibly reconfigure their services, so "reset" changed-logic in subscriptions.
// Also if appropriate update the changed flag on the handler, which clients use.
markSubsChangedSeen(currentGen);
+ Logger.getLogger("REDEPLOY").info("ConfigSubscriber.acquireSnapshot: Received config generation " + generation + " with internalRedeploy=" + internalRedeployOnly);
internalRedeploy = internalRedeployOnly;
generation = currentGen;
}