DaanHoogland commented on code in PR #10567: URL: https://github.com/apache/cloudstack/pull/10567#discussion_r2003775838
########## server/src/main/java/com/cloud/api/ApiServer.java: ########## @@ -570,14 +571,14 @@ public void handle(final HttpRequest request, final HttpResponse response, final throw e; } } finally { - logger.info(sb.toString()); + accessLogger.info(sb.toString()); Review Comment: ```suggestion ACCESSLOGGER.info(sb.toString()); ``` -- 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