deniskuzZ commented on code in PR #6142:
URL: https://github.com/apache/hive/pull/6142#discussion_r2444205194


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java:
##########
@@ -185,10 +185,10 @@ private static void logPropChanges(Properties newProps) {
               oldVal = MetaStoreServerUtils.anonymizeConnectionURL(oldVal);
               newVal = MetaStoreServerUtils.anonymizeConnectionURL(newVal);
             }
-            LOG.debug("Found {} to be different. Old val : {} : New Val : {}", 
key,
+            LOG.info("Found {} to be different. Old val : {} : New Val : {}", 
key,

Review Comment:
   maybe warn?



##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java:
##########
@@ -185,10 +185,10 @@ private static void logPropChanges(Properties newProps) {
               oldVal = MetaStoreServerUtils.anonymizeConnectionURL(oldVal);
               newVal = MetaStoreServerUtils.anonymizeConnectionURL(newVal);
             }
-            LOG.debug("Found {} to be different. Old val : {} : New Val : {}", 
key,
+            LOG.info("Found {} to be different. Old val : {} : New Val : {}", 
key,
                 oldVal, newVal);
           } else {
-            LOG.debug("Found masked property {} to be different", key);
+            LOG.info("Found masked property {} to be different", key);

Review Comment:
   same



-- 
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