We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff2f72 commit c318407Copy full SHA for c318407
authenticationhandler/tokenmanager.go
@@ -27,7 +27,7 @@ func (h *AuthTokenHandler) CheckAndRefreshAuthToken(apiHandler apihandler.APIHan
27
}
28
29
isValid := h.isTokenValid(tokenRefreshBufferPeriod)
30
- h.Logger.Info("Token validation status post check", zap.Bool("IsValid", isValid))
+ h.Logger.Info("Authentication token status check completed", zap.Bool("IsTokenValid", isValid))
31
return isValid, nil
32
33
0 commit comments