fix: 错误日志全部输出到日志文件中

This commit is contained in:
zyd
2022-09-30 02:08:40 +08:00
parent 83cbe979bb
commit 8ff7b4b8ac
@@ -173,7 +173,7 @@ public class UpdateStateStandSyncFz implements Runnable {
logger.info("每天0点1分执行 国内标准文本状态被代替逻辑 标准自动变更废止:"+Thread.currentThread().getName() + " cron=0 1 0 * * ? --- " + new Date()+"---End-01");
}catch(Exception e){
logger.info(e.getMessage());
logger.error(e.getMessage(),e);
}
}