You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "SaketaChalamchala (via GitHub)" <gi...@apache.org> on 2023/02/16 23:17:17 UTC

[GitHub] [ozone] SaketaChalamchala commented on a diff in pull request #4271: HDDS-7869. Log configuration on component startup.

SaketaChalamchala commented on code in PR #4271:
URL: https://github.com/apache/ozone/pull/4271#discussion_r1109119842


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/StringUtils.java:
##########
@@ -105,12 +105,12 @@ public static String toStartupShutdownString(String prefix, String... msg) {
   }
 
   public static void startupShutdownMessage(VersionInfo versionInfo,
-      Class<?> clazz, String[] args, Logger log) {
+      Class<?> clazz, String[] args, Logger log, String conf) {

Review Comment:
   Passing the configuration object as it is and I added a `processForLogging` utility function to process the configuration object before logging it.



-- 
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: issues-unsubscribe@ozone.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org