Commit 4a720c47 4a720c47e8cfa42a0fc816bf4fba7b8078cc69ff by zhanghao

commit

1 parent 0b3007d2
......@@ -74,7 +74,7 @@ public class ETLAppDebug {
if(split_log != null && split_log.length == 11) {
rest = "ok";
if(split_log[0] != null) {
String[] timechar = split_log[0].split(" INFO*\\[http");
String[] timechar = split_log[0].split(" INFO.*\\[http");
if(timechar != null && timechar.length == 2) {
timestamp = timechar[0];
timestamp = StringUtil.format(timestamp);
......