tumblr / k8s-sidecar-injector

Kubernetes sidecar injection service
Apache License 2.0
345 stars 75 forks source link

Remove glog #34

Open byxorna opened 5 years ago

byxorna commented 5 years ago

What's going on?

glog is annoying to configure, confusing to look at, and poorly documented. Lets gut this and replace with a better logger. See https://github.com/tumblr/k8s-sidecar-injector/issues/32

Expected Behavior

  1. glog is replaced by something less annoying to configure and use
  2. gorilla's CombinedLogger for HTTP middleware uses the same logger