[MM-55480] Update logr to v2.0.21 (#25431)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7848ea8e19
Коммит
e99ded1635
@@ -280,7 +280,7 @@ func (a *App) ExtendSessionExpiryIfNeeded(rctx request.CTX, session *model.Sessi
|
||||
}
|
||||
|
||||
mlog.Debug("Session extended", mlog.String("user_id", session.UserId), mlog.String("session_id", session.Id),
|
||||
mlog.Int64("newExpiry", newExpiry), mlog.Int64("session_length", sessionLength))
|
||||
mlog.Int("newExpiry", newExpiry), mlog.Int("session_length", sessionLength))
|
||||
|
||||
auditRec.Success()
|
||||
auditRec.AddEventResultState(session)
|
||||
|
||||
Ссылка в новой задаче
Block a user