Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
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
liyuan
byit-myth-job
Commits
227d80d0
Commit
227d80d0
authored
May 29, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整日志格式
parent
376cdd87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
logback-spring.xml
byit-myth-admin/src/main/resources/logback-spring.xml
+1
-1
JobSnapshotThreadRunHelper.java
...va/com/byit/thread/helper/JobSnapshotThreadRunHelper.java
+1
-1
No files found.
byit-myth-admin/src/main/resources/logback-spring.xml
View file @
227d80d0
...
...
@@ -58,7 +58,7 @@
</encoder>
</appender>
<logger
name=
"com.byit.thread.helper"
level=
"
info
"
additivity=
"false"
>
<logger
name=
"com.byit.thread.helper"
level=
"
debug
"
additivity=
"false"
>
<appender-ref
ref=
"console"
/>
</logger>
<!--<logger name="com.byit.factory.DaemonScanThreadRunHelperRedisLock" level="debug" additivity="false">
...
...
byit-myth-core/myth-admin-core/src/main/java/com/byit/thread/helper/JobSnapshotThreadRunHelper.java
View file @
227d80d0
...
...
@@ -32,7 +32,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper {
@Value
(
"${myth-job.snapshoot-date}"
)
private
Long
snapshootDate
;
private
final
FlowStatusSnapshootMapper
flowStatusSnapshootMapper
;
private
static
final
String
LOCK_NAME
=
"
JobSnapshotThreadRunH
elper"
;
private
static
final
String
LOCK_NAME
=
"
job_snapshot_thread_run_h
elper"
;
private
static
final
Long
SELLP_TIME
=
300000L
;
private
final
DataSource
dataSource
;
private
final
FlowService
flowService
;
...
...
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