You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mention in another thread, but I would like to better understand how to let glog log only to console.
In my use case, the application runs in a docker container in a kubernetes cluster. The cluster has its logging service that monitors the console output of the process and make it available via grafana. So it seems natural to skip the file logging and go on the console (also nice when developing...).
How can this be done?
The text was updated successfully, but these errors were encountered:
I mention in another thread, but I would like to better understand how to let glog log only to console.
In my use case, the application runs in a docker container in a kubernetes cluster. The cluster has its logging service that monitors the console output of the process and make it available via grafana. So it seems natural to skip the file logging and go on the console (also nice when developing...).
How can this be done?
The text was updated successfully, but these errors were encountered: