pkg: remove capnslog (#11616)

* pkg: remove capnslog

* CHANGELOG: function signature change
This commit is contained in:
Jingyi Hu
2020-02-12 11:15:41 -08:00
committed by GitHub
parent bb29615359
commit ae983523db
16 changed files with 81 additions and 61 deletions

View File

@ -61,8 +61,6 @@ func HandleInterrupts(lg *zap.Logger) {
if lg != nil {
lg.Info("received signal; shutting down", zap.String("signal", sig.String()))
} else {
plog.Noticef("received %v signal, shutting down...", sig)
}
for _, h := range ihs {