Commit 0b3007d2 0b3007d2d3b4c73bc2b91594c271fa3ce6558bd4 by zhanghao

commit

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