Hello,
Running a NodeJS application via loud Run. I want to limit the number of logs. We have a very large number of network requests, api calls, that are getting logged. I would like to disable these.
According to the official documentation
Cloud Run has two types of logs, and these are automatically sent to Cloud Logging:
Request logs: logs of requests sent to Cloud Run services. These logs are created automatically. Container logs: logs emitted from the container instances, typically from your own code, written to supported locations as described in Writing container logs.
"Request logs are created automatically. Although you cannot control the amount of request logs directly from Cloud Run, you can make use of the logs exclusion feature from Cloud Logging."
Therefore you cannot disable the logs of Cloud Run but you can control the amount of logs by using logs exculusion.