-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log messages might be unnecesary. #57
Comments
ghost
assigned ydahhrk
May 27, 2013
ydahhrk
added a commit
that referenced
this issue
May 15, 2014
Downgraded most logging messages to debug priority because we're no longer going to bother users with them unless debug is turned on. Added stats functions to the packet module. The code still doesn't compile; I'm only committing because I need to pay attention to some other stuff for a while.
Stats functions included, and many error messages have less priority now. Fixed and collapsed to the master branch; closing. |
Reopening, because while the stats module exists, its callers are nowhere to be found. Looks like we had a faulty merge somewhere. Raising priority, because there is currently no way to know why are packets being discarded unless one compiles with debug activated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever the module drops a packet, it logs an error message.
Apparently, the kernel uses a statistics mechanism instead (see the STATS functions in http://lxr.free-electrons.com/source/include/net/ip.h).
We should see if we ought to do the same.
The text was updated successfully, but these errors were encountered: