beautify main.go

This commit is contained in:
Julien Neuhart
2018-04-10 15:35:01 +02:00
parent 50f81f16f6
commit 563733f496

View File

@@ -83,8 +83,8 @@ func main() {
// doesn't block if no connections, but will otherwise wait
// until the timeout deadline.
s.Shutdown(ctx)
logger.SetLevel(logrus.InfoLevel)
logger.SetLevel(logrus.InfoLevel)
logger.Info("Bye!")
os.Exit(0)
}