Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 437 Bytes

glog

This repo contains a package that exposes an API subset of the glog package. All logging state delivered to this package is shunted to the global klog logger.

This package makes it so we can intercept the calls to glog and redirect them to klog and thus produce a consistent log for our processes.

This repository was forked from https://github.com/istio/glog/