Commit 0b3007d2 0b3007d2d3b4c73bc2b91594c271fa3ce6558bd4 by zhanghao

commit

1 parent 949901a2
...@@ -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);
......