istio / old_mixer_repo

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
https://github.com/istio/istio/tree/master/mixer
Apache License 2.0
67 stars 93 forks source link

Introduce a new logging package #1489

Open geeknoid opened 7 years ago

geeknoid commented 7 years ago

We want to create a new logging package for use in Mixer, and eventually Istio-wide. This package would overlay on top of glog and embed standard Istio policies. For example, this would capture specific log levels.

A side goal would be to create a layer that reduces the overhead where we can for logging code by providing faster early exits in the case of disabled logging statements.

This issue also tracks the conversion of the Mixer codebase to use this new package.

geeknoid commented 7 years ago

There's a PR out for a prototype of this.

ldemailly commented 7 years ago

aforementioned PR is https://github.com/istio/istio/pull/1840