diff --git a/main.go b/main.go index f1b54dbf..329d46ed 100644 --- a/main.go +++ b/main.go @@ -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) }