-
-
Couldn't load subscription status.
- Fork 482
refactor: ♻️ replace print statements with logging where possible #2831
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
base: master
Are you sure you want to change the base?
refactor: ♻️ replace print statements with logging where possible #2831
Conversation
| elif error: | ||
| msg = f"Exception in voice thread {self.name}" | ||
| _log.exception(msg, exc_info=error) | ||
| print(msg, file=sys.stderr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this one pls feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pycord-Development/library-contributors
b55c125 to
82659b2
Compare
Signed-off-by: Lala Sabathil <[email protected]>
Summary
Tested by me, but would really want at least two other people to try to run stuff here and there with this and confirm there's not problem.
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.