Commit 4a720c47 4a720c47e8cfa42a0fc816bf4fba7b8078cc69ff by zhanghao

commit

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