You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2018. It is now read-only.
Thing is, I am using server.SetLogger(fileLogger) in order to redirect my app logs to a file, but it keeps issuing "session created/removed" to console. Since those messages are correctly sent to the logger as well, I don't see it as a defect, only as an unexpected behavior.
server.go has two calls to log.Println().
Shouldn't such a direct logging to stdout be prevented?
The text was updated successfully, but these errors were encountered: