Python logging displaying in console #4169
Unanswered
ChadGoymer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thank you for reporting this! It looks like a bug, so I've logged an issue: #4182. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is anyone having trouble displaying Python logging in the console? The code below should print messages (for warnings and above as that is the default level for the logging module). However, I do not see any output:
Contrast this with the same code, run on the same Python interpreter, in VS Code:
Is there something I am missing in Positron?
Beta Was this translation helpful? Give feedback.
All reactions