e-mhui commented on code in PR #5610:
URL: https://github.com/apache/inlong/pull/5610#discussion_r950854161


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/config/ControllerExceptionHandler.java:
##########
@@ -41,18 +42,19 @@
 /**
  * Handler of controller exception.
  */
-@Slf4j
 @RestControllerAdvice
 public class ControllerExceptionHandler {
 
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(ControllerExceptionHandler.class);

Review Comment:
   I saw other module use `LOGGER`, but i don't notice **manager-web** use 
`@slf4j`. i have correct it.



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