grepplabs / kafka-proxy

Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Apache License 2.0
501 stars 87 forks source link

Make log level fieldname configurable #27

Closed samhagan closed 5 years ago

samhagan commented 5 years ago

This makes the level field name configurable, which is helpful for services that have pre-configured log parsing (e.g. GKE wants "severity" [1]).

[1] https://cloud.google.com/monitoring/kubernetes-engine/legacy-stackdriver/logging#best_practices

everesio commented 5 years ago

Thank you for your contribution!