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

Using logging package to collect errors for debugging #36

Open
alyssadai opened this issue Apr 20, 2023 · 2 comments
Open

Using logging package to collect errors for debugging #36

alyssadai opened this issue Apr 20, 2023 · 2 comments
Labels
_flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again

Comments

@alyssadai
Copy link
Collaborator

Currently a print statement is used in a callback to output unhandled exceptions to the terminal. https://docs.python.org/3/library/logging.html may be a better option to collect these types of messages and handle them - it gives you more clean control over what the output is and where.

Originally posted by @surchs in #34 (comment)

@github-actions
Copy link

We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
We have applied the stale-issue label to indicate that this issue should be reviewed again and then either prioritized or closed.

@github-actions github-actions bot added the _flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again label Aug 18, 2023
@github-actions
Copy link

We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
We have applied the stale-issue label to indicate that this issue should be reviewed again and then either prioritized or closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_flag:stale [BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again
Projects
None yet
Development

No branches or pull requests

1 participant