Controller logging consistency #456
Labels
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/cleanup
Refactoring code, fixing up documentation, etc
Milestone
We use centralized k8s log collectors (try and fluentd, and filebeat) with store logs to Elasticsearh.
Agones controller send field gs sometimes as empty string (""), sometimes as dict ("gs":map[string]interface {}{"metadata":map[string]interface {}{"generateName":....)
Filebeat drop whole log string with wrong type, Fluentd drop only fileds with type conflicts.
Bug: wrong logging architecture
The text was updated successfully, but these errors were encountered: