79530398

Date: 2025-03-24 07:30:08
Score: 0.5
Natty:
Report link

Try specifying the stream in your basic config:

logging.basicConfig(stream=sys.stdout, level=logging.INFO)

Otherwise the logs just end up in stderr or in the jupyter server logs which is not very convenient.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ParisSI