We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d0d4ab + cdae77c commit b15c51cCopy full SHA for b15c51c
server-api/src/main/java/org/apache/atlas/RegexLoggingFilter.java
@@ -13,7 +13,6 @@ public void setPatternString(String patternString) {
13
pattern = Pattern.compile(patternString);
14
}
15
16
- //Pattern.compile("^slave: redis:.* is down").matcher("slave: redis://10.192.41.100:6379 is down").matches()
17
@Override
18
public int decide(LoggingEvent event) {
19
String message = (String) event.getMessage();
0 commit comments