This commit is contained in:
孟帅
2023-02-23 18:18:20 +08:00
parent 245488001b
commit 34c373c11e
4 changed files with 3 additions and 348 deletions

View File

@@ -32,7 +32,7 @@ func (s *sHook) accessLog(r *ghttp.Request) {
simple.SafeGo(ctx, func(ctx context.Context) {
if err := service.SysLog().AutoLog(ctx); err != nil {
g.Log().Warningf(ctx, "hook accessLog err:%+v", err)
g.Log().Infof(ctx, "hook accessLog err:%+v", err)
}
})
}