-
Notifications
You must be signed in to change notification settings - Fork 39
Database update logs are logged to stderr #31
Comments
There are people that believe that progress logs should be also written to stderr and if that's how maintainers decide to keep it - we need a way to filter out INFO level logs entirely, otherwise, our stackdriver logs are filled with errors. For Stackdriver everything in stderr is an error unless your JSON has Maybe we can add a JSON log format option which would use |
A similar issue exists in external-dns: kubernetes-sigs/external-dns#1616 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
The dashboard-metrics-scraper pod writes the following logs to stderr every minute:
It would be better to log these to stdout since they are info level logs.
I've also noticed a red herring in the server code when setting up the logger, where the comment says "Output to stdout instead of the default stderr", but the code does the opposite:
The text was updated successfully, but these errors were encountered: