remove tenzir verbosity
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user