fix(spn-hub): Updated wrong log level
This commit is contained in:
@@ -77,7 +77,7 @@ func initializeGlobals(cmd *cobra.Command, args []string) {
|
|||||||
|
|
||||||
// Set default log level.
|
// Set default log level.
|
||||||
log.SetLogLevel(log.WarningLevel)
|
log.SetLogLevel(log.WarningLevel)
|
||||||
_ = log.Start(log.InfoLevel.String(), true, "")
|
_ = log.Start("warning", true, "")
|
||||||
|
|
||||||
// Configure SPN binary updates.
|
// Configure SPN binary updates.
|
||||||
configure.DefaultBinaryIndexName = "SPN Binaries"
|
configure.DefaultBinaryIndexName = "SPN Binaries"
|
||||||
|
|||||||
Reference in New Issue
Block a user