From f87e1c4f6ead9ad0fe8a7c4c405206d00ab10b61 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 11 Jun 2018 09:37:20 +0200 Subject: Add temporary logging --- config/src/main/java/com/yahoo/config/subscription/ConfigSubscriber.java | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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; } -- cgit v1.2.3