Is it possible to update log level for a spring boot app running in Cloud Run without restarting the Cloud Run service(with multiple instances) ? Invoking spring boot logger actuator endpoint will only update for one instance and not all CloudRun instances.
Hi @achalsingh,
Welcome to Google Cloud Community!
You can use the Google Cloud Console, the Cloud SDK, or a third-party tool to invoke the loggers endpoint and propagate the log level change.
Note:
Changing the log level at runtime is not a best practice, as it can have a negative impact on performance. However, there are some cases where it may be necessary, such as when you need to quickly debug a problem or troubleshoot an issue.
Thanks
@christianpaula Can you please help as to how we can do
You can use the Google Cloud Console, the Cloud SDK, or a third-party tool to invoke the loggers endpoint and propagate the log level change.