containerd/log/grpc.go

9 lines
155 B
Go
Raw Normal View History

package log
import "google.golang.org/grpc/grpclog"
func init() {
// completely replace the grpc logger with the logrus logger.
grpclog.SetLogger(L)
}