Releases: glourenco/controller-runtime
Releases · glourenco/controller-runtime
v0.9.7
Manager should use the global logger, reduce log names verbosity (#1648) Currently a controller using the default logger has very verbose names such as "controller-runtime/manager/controller/<name>", this changeset reduces the verbosity of each log line to mostly have controller/<name>. Signed-off-by: Stefan Büringer [email protected]