EvanLjp commented on a change in pull request #5426:
URL: https://github.com/apache/skywalking/pull/5426#discussion_r483075311



##########
File path: 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
##########
@@ -268,6 +267,19 @@
         public static String PATTERN = "%level %timestamp %thread %class : 
%msg %throwable";
     }
 
+    public static class StatusCheck {
+        /**
+         * Ignored exception list, also affect their subclasses.
+         */
+        public static String IGNORED_EXCEPTIONS = "";
+
+        /**
+         * Agent would do hierarchy check for the exception unless the 
max_recursive_depth equals to 0.And -1 means no limit.

Review comment:
       ok




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


Reply via email to