From 0773a1d6a11d8a959a07dd50d4ed6bf010daac7f Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Wed, 4 Dec 2024 17:50:07 +0530 Subject: [PATCH] remove tenzir verbosity --- functions/onprem/orborus/orborus.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index b6e7680e..582e555c 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -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) {