Skip to content
forked from istio/glog

A replacement for the glog package that directs logging to zap.

License

Notifications You must be signed in to change notification settings

dims/glog-minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A replacement for the glog package that directs logging to zap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%