remove tenzir verbosity

This commit is contained in:
yashsinghcodes
2024-12-04 17:50:07 +05:30
parent d9cd55351f
commit 0773a1d6a1
+1 -3
View File
@@ -2931,9 +2931,7 @@ func checkTenzirNode() error {
return nil
}
log.Printf("[DEBUG] Failed to verify Tenzir node on %s: %s", url, err)
return fmt.Errorf("Tenzir node is not available")
return fmt.Errorf("Tenzir node is not available due to: %s", err)
}
func createPipeline(command, identifier string) (string, error) {