Skip to content
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

Fix #1421: Changed the LogLevel when an uncaught exception to a WebSocket is sent #1450

Closed
wants to merge 1 commit into from

Conversation

jdeschenes
Copy link

When an exception is caught when handling a websocket connection, a logError should be sent instead with the traceback to aid in debugging the actual problem.

When an exception is caught handling a websocket connection, a logError should be sent instead with the traceback to aid in debugging the actual problem.
@jdeschenes
Copy link
Author

Before this gets pulled, issue #1420 is also related to this.

Is there any design decision to only spit out the message and not the full traceback when an uncaught error occurs?

Uncaught errors should definitively be sent to the logger with the traceback.

If you want I can do both of the fixes in the same PR.

Let me know.

@s-ludwig
Copy link
Member

Going the nothrow route as discussed: 8668fd0
The log level has also been changed to warning until the non-nothrow overloads have been removed.

@s-ludwig s-ludwig closed this Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants