Fixed SPN HUB using wrong instance

This commit is contained in:
Natanael Rodriguez Ramos
2025-04-10 17:12:06 +01:00
parent d828aacd0f
commit 38d49f43c9
4 changed files with 10 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ func main() {
}
// logging
err := log.Start()
err := log.Start("info", true, "")
if err != nil {
fmt.Printf("failed to start logging: %s\n", err)
os.Exit(1)