Commit 227d80d0 by huangfusuper

调整日志格式

parent 376cdd87
......@@ -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">
......
......@@ -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 = "JobSnapshotThreadRunHelper";
private static final String LOCK_NAME = "job_snapshot_thread_run_helper";
private static final Long SELLP_TIME = 300000L;
private final DataSource dataSource;
private final FlowService flowService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment