How to enable log for microservice developped in Python?
I can run hello-microservice without a glitch. However, my own microservice looks not starting up after I uploaded the zip file. I tried to wait for hours, and the same. I have run the docker locally without issue.
A call to any REST end point of the microservice returns,
{"error":"Microservice/Bad gateway","message":"Microservice not available Connection refused : Connection refused: a2c-microservice-scope-xxx-prod.svc.cluster.local/80","info":"https://www.cumulocity.com/guides/reference-guide/#error_reporting"}
I assume for some reason, the microservice I uploaded didn't start up properly. How can I enable any log to find out where goes wrong?