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


##########
server/src/main/java/com/cloud/api/ApiServer.java:
##########
@@ -1011,7 +1011,7 @@ public boolean verifyRequest(final Map<String, Object[]> 
requestParameters, fina
 
             // if api/secret key are passed to the parameters
             if ((signature == null) || (apiKey == null)) {
-                logger.debug("Expired session, missing signature, or missing 
apiKey -- ignoring request. Signature: " + signature + ", apiKey: " + apiKey);
+                logger.debug("Expired session, missing signature, or missing 
apiKey -- ignoring request. Signature: {}, apiKey: {}", signature, apiKey);

Review Comment:
   should we consider this one to be of info level?



-- 
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: commits-unsubscr...@cloudstack.apache.org

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

Reply via email to