-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Better logging #43
Comments
+1 Especially the parts where errors in your application code are silenced, such as https://github.com/LearnBoost/Socket.IO-node/blob/master/lib/socket.io/transports/xhr-polling.js#L51 Makes it a pain to debug. |
If logging could include the request object (when available) it would be useful for logging the IP address and other headers. |
We have amazing logging now. |
This was referenced Jan 8, 2021
darrachequesne
added a commit
that referenced
this issue
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally, per-message logging too.
The text was updated successfully, but these errors were encountered: