Commit e400f0e9 by huluobin

update

parent bd6319c4
......@@ -27,13 +27,10 @@ public class CostStatusSyncJob extends QuartzJobBean {
@Autowired
private CostService costService;
@Autowired
private CostLogDao costLogDao;
@Autowired
private CostDao costDao;
@Autowired
private UserDao userDao;
......
......@@ -28,7 +28,7 @@
<Loggers>
<!-- <AsyncLogger name="org.springframework" level="DEBUG" includeLocation="true" /> -->
<AsyncLogger name="com.blt" level="DEBUG" includeLocation="true"/>
<AsyncLogger name="com.blt" level="INFO" includeLocation="true"/>
<AsyncLogger name="io.lettuce" level="ERROR" includeLocation="true"/>
<AsyncRoot level="INFO" includeLocation="true">
<appender-ref ref="FILE"/>
......
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