Skip to content
/ glog Public
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

coryrc/glog

 
 

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 zap logger.

Istio is built on top of zap logger. We depend on some downstream components that use glog for logging. This package makes it so we can intercept the calls to glog and redirect them to zap and thus produce a consistent log for our processes.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%