#python
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
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?
Project ID: N/A
N/A
as long as you are logging to stdout and stderr, yes you can.
also try setting PYTHONUNBUFFERED = 1 in the service variables