You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the log level to INFO for the console in logger.py , DEBUG level logs that I output elsewhere are no longer displayed, But the console is still out :
DEBUG Send Websocket to 127.0.0.1 ....
I don't have any output in my project code. So what should I do to stop the DEBUG log of Channels ?
This discussion was converted from issue #1763 on February 22, 2022 07:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I set the log level to INFO for the console in
logger.py
, DEBUG level logs that I output elsewhere are no longer displayed, But the console is still out :I don't have any output in my project code. So what should I do to stop the DEBUG log of Channels ?
Beta Was this translation helpful? Give feedback.
All reactions