User logs are not sent to the console #4182
Labels
area: kernels
Issues related to Jupyter kernels and LSP servers
bug
Something isn't working
lang: python
support
Milestone
Originally posted by @ChadGoymer in #4169
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?
Originally posted by @ChadGoymer in #4169
The text was updated successfully, but these errors were encountered: