Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
BrBigDataTest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0b3007d2
...
0b3007d2d3b4c73bc2b91594c271fa3ce6558bd4
authored
2022-03-08 14:07:51 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
949901a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bigdata/test/ETLAppDebug.java
src/main/java/com/bigdata/test/ETLAppDebug.java
View file @
0b3007d
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment