Skip to content

Commit b53c178

Browse files
committed
Add comments for new config item.
1 parent 6a4a18a commit b53c178

File tree

1 file changed

+2
-2
lines changed
  • apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf

1 file changed

+2
-2
lines changed

apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public static class Agent {
5454
public static int SPAN_LIMIT_PER_SEGMENT = 300;
5555

5656
/**
57-
* If true, skywalking agent will save all instrumented classes files. And you can send them to skywalking team,
58-
* in order to resolve compatible problem.
57+
* If true, skywalking agent will save all instrumented classes files in `/debugging` folder.
58+
* Skywalking team may ask for these files in order to resolve compatible problem.
5959
*/
6060
public static boolean IS_OPEN_DEBUGGING_CLASS = false;
6161
}

0 commit comments

Comments
 (0)