You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(ma.getMethod().hasName("debug")orma.getMethod().hasName("trace"))and//Check low priority log levels which are more likely to be real issues to reduce false positives
42
+
(
43
+
ma.getMethod().hasName("debug")or
44
+
ma.getMethod().hasName("trace")or
45
+
ma.getMethod().hasName("debugf")
46
+
)and//Check low priority log levels which are more likely to be real issues to reduce false positives
0 commit comments