Commit e400f0e9 by huluobin

update

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