diff --git a/cmds/hub/main.go b/cmds/hub/main.go index 28a0188c..faef69ae 100644 --- a/cmds/hub/main.go +++ b/cmds/hub/main.go @@ -77,7 +77,7 @@ func initializeGlobals(cmd *cobra.Command, args []string) { // Set default log level. log.SetLogLevel(log.WarningLevel) - _ = log.Start(log.InfoLevel.String(), true, "") + _ = log.Start("warning", true, "") // Configure SPN binary updates. configure.DefaultBinaryIndexName = "SPN Binaries"