Package logrus implements a github.com/virtual-kubelet/virtual-kubelet/log.Logger using Logrus as a backend
You can use this by creating a logrus logger and calling `FromLogrus(entry)`.
If you want this to be the default logger for virtual-kubelet, set `log.L` to the value returned by `FromLogrus`