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

Tracebacks are not being captured to the watchmaker log file #238

Closed
lorengordon opened this issue Apr 5, 2017 · 1 comment
Closed

Tracebacks are not being captured to the watchmaker log file #238

lorengordon opened this issue Apr 5, 2017 · 1 comment

Comments

@lorengordon
Copy link
Member

Easy enough to capture those in a try/except block where we are already catching the exception and logging a message just by adding exc_info=True to the log call, but would be nice to also capture the traceback for an exception anywhere... And doubly nice if we don't have to add that param to every except block where we are logging and raising...

@lorengordon
Copy link
Member Author

Possible solution: http://stackoverflow.com/a/36635362

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

No branches or pull requests

1 participant