update: stat filter log level to warn

This commit is contained in:
hongqiaowei
2021-01-15 14:48:06 +08:00
parent 78bca1f41a
commit fafba8c45b

View File

@@ -119,7 +119,7 @@ public class StatPluginFilter extends PluginFilter {
if (StringUtils.isBlank(fizzAccessStatTopic)) {
rt.convertAndSend(fizzAccessStatChannel, b.toString()).subscribe();
} else {
log.info(b.toString(), LogService.HANDLE_STGY, LogService.toKF(fizzAccessStatTopic)); // for internal use
log.warn(b.toString(), LogService.HANDLE_STGY, LogService.toKF(fizzAccessStatTopic)); // for internal use
}
}