suneet-s commented on a change in pull request #11551:
URL: https://github.com/apache/druid/pull/11551#discussion_r683851215



##########
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:
       It would look something like this
   
   ```
   namespace 
[JdbcExtractionNamespace{connectorConfig=DbConnectorConfig{createTables=true, 
connectURI='jdbc:mysql://connectionString', user=userName, 
passwordProvider=org.apache.druid.metadata.DefaultPasswordProvider, 
dbcpProperties=null}, table='my_table_name', keyColumn='my_key_column', 
valueColumn='my_value_column', tsColumn='null', filter='null', 
pollPeriod=PT0S}] : 
   
org.apache.druid.server.lookup.namespace.cache.CacheScheduler$EntryImpl@1234abc```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to