fix(spn-hub): Updated wrong log level

This commit is contained in:
Natanael Rodriguez Ramos
2025-05-29 11:14:08 +01:00
parent a9bb6d1c0d
commit 4271475039

View File

@@ -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"