Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
shop
Commits
f59a61a3
Commit
f59a61a3
authored
Oct 06, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
e5e45042
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AliyunLogProducer.java
...main/java/com/egolm/shop/aliyunLog/AliyunLogProducer.java
+1
-1
No files found.
src/main/java/com/egolm/shop/aliyunLog/AliyunLogProducer.java
View file @
f59a61a3
...
@@ -46,7 +46,7 @@ public class AliyunLogProducer {
...
@@ -46,7 +46,7 @@ public class AliyunLogProducer {
List
<
LogItem
>
logItems
=
new
ArrayList
<
LogItem
>();
List
<
LogItem
>
logItems
=
new
ArrayList
<
LogItem
>();
LogItem
logItem
=
new
LogItem
();
LogItem
logItem
=
new
LogItem
();
logItem
.
PushBack
(
"id"
,
String
.
valueOf
(
System
.
currentTimeMillis
()));
logItem
.
PushBack
(
"id"
,
String
.
valueOf
(
System
.
currentTimeMillis
()));
logItem
.
PushBack
(
"
logText
"
,
logText
);
logItem
.
PushBack
(
"
AST_SHOP_ERROR_LOG
"
,
logText
);
logItems
.
add
(
logItem
);
logItems
.
add
(
logItem
);
ListenableFuture
<
Result
>
future
=
producer
.
send
(
project
,
logStore
,
logItems
);
ListenableFuture
<
Result
>
future
=
producer
.
send
(
project
,
logStore
,
logItems
);
Futures
.
addCallback
(
future
,
new
SampleFutureCallback
(
project
,
logStore
,
logText
),
EXECUTOR_SERVICE
);
Futures
.
addCallback
(
future
,
new
SampleFutureCallback
(
project
,
logStore
,
logText
),
EXECUTOR_SERVICE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment