This commit is contained in:
Liang Ding 2014-12-16 11:45:19 +08:00
parent 471312735d
commit 27ae6f2013
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ func LoginHandler(w http.ResponseWriter, r *http.Request) {
}
httpSession.Save(r, w)
logger.Infof("Created a HTTP session [%s] for user [%s]", httpSession.Values["id"].(string), args.Username)
logger.Debugf("Created a HTTP session [%s] for user [%s]", httpSession.Values["id"].(string), args.Username)
}
// LogoutHandler handles request of user logout (exit).