• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

vendor/go.uber.org/H24-Apr-2019-

Gopkg.lockH A D24-Apr-20191 KiB

Gopkg.tomlH A D24-Apr-2019718

LICENSEH A D24-Apr-201911.1 KiB

README.mdH A D24-Apr-2019409

klog.goH A D24-Apr-20193.7 KiB

klog_test.goH A D24-Apr-20191.2 KiB

README.md

1# klog
2
3This repo contains a package that exposes an API subset of the klog package. All logging state delivered to this package is shunted to the global zap logger.
4
5Istio is built on top of zap logger. We depend on some downstream components that use klog for logging. This package makes it so we can intercept the calls to klog and redirect them to zap and thus produce a consistent log for our processes.
6