Skip to content

disabling bleak logging #1213

Answered by dlech
net-far asked this question in Q&A
Jan 31, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can use bleak_logger = logging.getLogger("bleak") to get a Logger object for Bleak and then bleak_logger.setLevel(logging.WARNING) to change the logging level.

Also happy to take a PR to change this particular instance from logger.info to logger.debug since this seems like it should just be a debug message.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@net-far
Comment options

Answer selected by net-far
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1212 on January 31, 2023 14:35.