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
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
I believe this not only applicable to GKE, but to many other log processors as well. As you correctly noted, we send everything to stderr, while (by convention), only errors should be sent there.
I guess a proper fix would be to send all messages with a severity lower than error to stdout. I believe we could do it without changing the logger library we use, but that's something to investigate.
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
Checklist:
argocd version
.Describe the bug
all of argocd's logging which is sent to stderr (and is mostly informational) is treated by google cloud's log viewer as errors
See https://stackoverflow.com/questions/57888588/logging-to-stderr-and-stdout-golang-google-cloud-platform
Possible fixes:
To Reproduce
Expected behavior
Most items shouldn't be marked as errors w/
!!
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: