mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-02 10:48:41 +00:00
!313 异步保存日志的时候,报错被吞 ,导致没跑进RemoteLogFallbackFactory中
Merge pull request !313 from Llorando/master
This commit is contained in:
@@ -22,8 +22,7 @@ public class AsyncLogService
|
||||
* 保存系统日志记录
|
||||
*/
|
||||
@Async
|
||||
public void saveSysLog(SysOperLog sysOperLog)
|
||||
{
|
||||
public void saveSysLog(SysOperLog sysOperLog) throws Exception {
|
||||
remoteLogService.saveLog(sysOperLog, SecurityConstants.INNER);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user