stephankruggg commented on code in PR #7228:
URL: https://github.com/apache/cloudstack/pull/7228#discussion_r1114327698


##########
utils/src/main/java/com/cloud/utils/LogUtils.java:
##########
@@ -78,21 +79,29 @@ public static Set<String> getLogFileNames() {
         return fileNames;
     }
 
+    /**
+     * Tries to convert message parameters to JSON format and use them in the 
message.
+     * @param formatMessage message to format.
+     * @param objects objects to convert to JSON. An null object will be 
defaulted to the String "null";

Review Comment:
   ```suggestion
        * @param objects objects to convert to JSON. A null object will be 
defaulted to the String "null";
   ```



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

Reply via email to