Ask questionsserver-packet logging request
I noticed a TODO comment for adding a logger in server-packet.go. I'm interested in helping out with this, but wanted to clarify a few things first.
Answer
questions
bontibon
The logging would only be for things like errors, not debugging information like successful connections or packet responses.
The net/http.*Server just uses the log package for this (see net/http.*Server.ErrorLog). What are you thoughts on that?
Related questions
No questions were found.