mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-03 22:57:14 +08:00 
			
		
		
		
	新增:新增系统监控/登录日志功能,优化日志表结构,并新增记录错误信息(非未知异常不记录异常详情,只记录错误信息)
This commit is contained in:
		@@ -40,7 +40,12 @@ public class LogContext {
 | 
			
		||||
    private LocalDateTime createTime;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 异常
 | 
			
		||||
     * 错误信息
 | 
			
		||||
     */
 | 
			
		||||
    private String errorMsg;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 异常信息
 | 
			
		||||
     */
 | 
			
		||||
    private Exception exception;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user