lujiajing1126 commented on a change in pull request #5357:
URL: https://github.com/apache/skywalking/pull/5357#discussion_r473829733
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
##########
@@ -249,6 +251,11 @@
*/
public static LogOutput OUTPUT = LogOutput.FILE;
+ /**
+ * The log resolver type. Default is PATTERN which will create
PatternLogResolver later.
+ */
+ public static ResolverType LOGGER = ResolverType.PATTERN;
Review comment:
Changed here
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]