Make log more quiet

This commit is contained in:
2024-07-16 14:14:21 +08:00
parent 14bcea02d0
commit fd212f7c87
2 changed files with 3 additions and 6 deletions

View File

@ -58,7 +58,6 @@ func GetAuthContext(jti string) (models.AuthContext, error) {
authContextMutex.Lock()
authContextCache[jti] = ctx
authContextMutex.Unlock()
log.Debug().Str("jti", jti).Msg("Used an auth context cache")
} else {
ctx, err = CacheAuthContext(jti)
log.Debug().Str("jti", jti).Msg("Created a new auth context cache")