DaanHoogland commented on code in PR #6393:
URL: https://github.com/apache/cloudstack/pull/6393#discussion_r876839058


##########
server/src/main/java/com/cloud/api/ApiServlet.java:
##########
@@ -229,6 +236,10 @@ void processRequestInContext(final HttpServletRequest req, 
final HttpServletResp
                     }
 
                     try {
+                        if (s_logger.isTraceEnabled()) {
+                            
s_logger.trace(String.format("apiAuthenticator.authenticate(%s, %s, %s, %s, %s, 
%s, %s,%s)",
+                                    command, params, session, remoteAddress, 
responseType, auditTrailSb, req, resp));

Review Comment:
   ```suggestion
                               
s_logger.trace(String.format("apiAuthenticator.authenticate(%s, params[%d], %s, 
%s, %s, %s, %s,%s)",
                                       command, params.size(), session, 
remoteAddress, responseType, auditTrailSb, req, resp));
   ```



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