wu-sheng commented on a change in pull request #5678:
URL: https://github.com/apache/skywalking/pull/5678#discussion_r506196768
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/logging/core/LogLevel.java
##########
@@ -19,5 +19,5 @@
package org.apache.skywalking.apm.agent.core.logging.core;
public enum LogLevel {
- DEBUG, INFO, WARN, ERROR, OFF
+ TRACE, DEBUG, INFO, WARN, ERROR, OFF
Review comment:
Please help with updating `logging.level` in the agent setup doc. Add
all available values in the documentation.
----------------------------------------------------------------
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]