tydhot commented on a change in pull request #1879:
URL: https://github.com/apache/incubator-shenyu/pull/1879#discussion_r683907631
##########
File path:
shenyu-common/src/main/java/org/apache/shenyu/common/utils/LogUtils.java
##########
@@ -27,18 +28,39 @@
*/
public final class LogUtils {
- private static final LogUtils LOG_UTIL = new LogUtils();
+ static final Logger LOGGER =
LoggerFactory.getLogger(findCaller().getClassName());
Review comment:
it is static?
--
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]