In Google App Engine Flexible environment many Logs are skipping, and not getting shown in the Logging console, and it is happening always, I am checking it on Stackdriver Logging
section on Google Cloud dashboard, the Logs I am showing using console.log()
are getting skipped but mongoose
query logs are getting printed.
Also, now currently sometimes my logs console.logs
are getting shown but sometimes not, but previously they were getting shown every time. Why now is it not working every time?
Can anyone please tell me why is this happening?
Thank You
Edit-
I have added debugging points but the thing is my debug points are executed, but how come in the logs they are not getting printed?
Also, I am using the same code on compute engine but there logs all logs are getting printed, but in App Engine for some cases, they are missing eveytime?