The logs for web services are not showing up

I have console.logs in my web service and none of them are showing up. Please fix asap

Are you seeing output during a deployment? If you are, that confirms that there is nothing wrong with logging, so if you’re not seeing them at runtime, check that you are writing them to STDOUT and then will be shown

I’m having the same issue here! It worked this morning with standard console.logs and I saw everything but after deploying a small tweak (that has nothing to do with logging), I don’t see any logs anymore.

Also tried adding STDOUT logs but nothing works.