Missing logs from one service, but not another

I have two nearly identical Python webservices running on gunicorn. When the webhook is triggered on one of them I get the print statements and return statement I expect, but on the other I get nothing. The service still runs and completes its tasks, but the logs only show:

Feb 13 08:32:37 AM ==> Starting service with 'gunicorn app:app'
Feb 13 08:32:46 AM [2023-02-13 15:32:46 +0000] [54] [INFO] Starting gunicorn 20.1.0
Feb 13 08:32:46 AM [2023-02-13 15:32:46 +0000] [54] [INFO] Listening at: http://0.0.0.0:10000 (54)
Feb 13 08:32:46 AM [2023-02-13 15:32:46 +0000] [54] [INFO] Using worker: sync
Feb 13 08:32:46 AM [2023-02-13 15:32:46 +0000] [64] [INFO] Booting worker with pid: 64

Any ideas why this is happening? The changes within the code are minimal and if anything are more restrictive on the one whose logs are showing properly. The settings in Render are identical.

Hi Isaac,

When you run these locally do you get identical log output?

Can you share a screenshot of the two services Render settings, specifically the Build and Run commands?

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.