Log for pending configuration
Change-Id: I17ca41de66862eb5c6f818cc0bce7ee8e371fc79
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -221,6 +221,7 @@ public class NetworkConfigManager | ... | @@ -221,6 +221,7 @@ public class NetworkConfigManager |
221 | if (configClass != null) { | 221 | if (configClass != null) { |
222 | return store.applyConfig(subject, (Class<C>) configClass, json); | 222 | return store.applyConfig(subject, (Class<C>) configClass, json); |
223 | } else { | 223 | } else { |
224 | + log.info("Configuration \'{}\' queued for subject {}", configKey, subject); | ||
224 | store.queueConfig(subject, configKey, json); | 225 | store.queueConfig(subject, configKey, json); |
225 | return null; | 226 | return null; |
226 | } | 227 | } | ... | ... |
-
Please register or login to post a comment