#python

5 messages · Page 1 of 1 (latest)

reef shell
#

I was trying to use logger of python logging, but its not appearing in the logs panel, instead print statement is appearing. Can't we using python logging?

odd bearBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

slate viperBOT
#

Project ID: N/A

reef shell
#

N/A

terse garnet
#

as long as you are logging to stdout and stderr, yes you can.
also try setting PYTHONUNBUFFERED = 1 in the service variables