DaanHoogland commented on code in PR #10567:
URL: https://github.com/apache/cloudstack/pull/10567#discussion_r2003774723
##########
server/src/main/java/com/cloud/api/ApiServer.java:
##########
@@ -193,6 +193,7 @@
@Component
public class ApiServer extends ManagerBase implements HttpRequestHandler,
ApiServerService, Configurable {
+ private static final Logger accessLogger =
LogManager.getLogger("apiserver." + ApiServer.class.getName());
Review Comment:
```suggestion
private static final Logger ACCESSLOGGER =
LogManager.getLogger("apiserver." + ApiServer.class.getName());
```
--
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]