commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment