You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/08/10 21:13:55 UTC

[GitHub] [druid] egor-ryashin commented on a change in pull request #11551: Better logs for lookups

egor-ryashin commented on a change in pull request #11551:
URL: https://github.com/apache/druid/pull/11551#discussion_r686326659



##########
File path: extensions-core/lookups-cached-global/src/main/java/org/apache/druid/server/lookup/namespace/cache/CacheScheduler.java
##########
@@ -235,10 +235,10 @@ private void tryUpdateCache(String currentVersion) throws Exception
             if (previousCacheState instanceof VersionedCache) {
               ((VersionedCache) previousCacheState).close();
             }
-            log.debug("%s: the cache was successfully updated", this);
+            log.info("%s: the cache was successfully updated", this);

Review comment:
       Could we reduce that? looks like too verbose. We can log just name, time and size.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org