package qemuserver import "github.com/sirupsen/logrus" func init() { logrus.Info("qemu server loaded") }