mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Improve logging messages in ui package
This commit is contained in:
parent
5a69a61d48
commit
ca45765c46
13 changed files with 22 additions and 24 deletions
|
@ -27,7 +27,7 @@ func (h *handler) logout(w http.ResponseWriter, r *http.Request) {
|
|||
sess.SetTheme(user.Theme)
|
||||
|
||||
if err := h.store.RemoveUserSessionByToken(user.ID, request.UserSessionToken(r)); err != nil {
|
||||
logger.Error("[Controller:Logout] %v", err)
|
||||
logger.Error("[UI:Logout] %v", err)
|
||||
}
|
||||
|
||||
http.SetCookie(w, cookie.Expired(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue