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

Hook/provide hook for logging.exception #15

Open
pjz opened this issue Nov 14, 2020 · 1 comment
Open

Hook/provide hook for logging.exception #15

pjz opened this issue Nov 14, 2020 · 1 comment
Labels
feature New feature or request something_to_look_into If not clear what to do or how to do it. Or if even to be considered.

Comments

@pjz
Copy link

pjz commented Nov 14, 2020

It would be nice if there was a way to get logging.exception to do the equivalent of what frosch does, but into the log stream. Or maybe there is and I don't know it?

@HallerPatrick
Copy link
Owner

The best way is probably to provide a custom LoggingHandler which is usable by its own or can be used as a base class. The frosch LoggingHandler would the implement its logic for the logging.exceptionfunction.

Something to look into

@HallerPatrick HallerPatrick added feature New feature or request something_to_look_into If not clear what to do or how to do it. Or if even to be considered. labels Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request something_to_look_into If not clear what to do or how to do it. Or if even to be considered.
Projects
None yet
Development

No branches or pull requests

2 participants