parent
609ba86163
commit
dc203c23dd
@ -81,7 +81,7 @@ public final class DruidConfigUtil {
|
||||
}
|
||||
|
||||
//filters单独处理,默认了stat
|
||||
String filters = getValue(g, c, "filter");
|
||||
String filters = getValue(g, c, "filters");
|
||||
if (filters == null) {
|
||||
filters = STAT_STR;
|
||||
}
|
||||
@ -180,4 +180,4 @@ public final class DruidConfigUtil {
|
||||
log.warn("druid current set [" + field + " ] error");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user