feat: [STDERR/] as error message.

This commit is contained in:
huanghongxun 2021-08-29 08:03:31 +08:00
parent 9cee8fa49f
commit f2ff523109

View File

@ -102,7 +102,7 @@ public enum Log4jLevel {
}
}
if (line.contains("STDERR]")) {
if (line.contains("STDERR]") || line.contains("[STDERR/]")) {
level = ERROR;
}
} else {