[libvirt PATCH 1/5] vsh: Set default log level to "warning"

Tim Wiederhake twiederh at redhat.com
Mon Mar 22 16:10:00 UTC 2021


Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 tools/vsh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/vsh.h b/tools/vsh.h
index 39f70913fe..e83e0eca9e 100644
--- a/tools/vsh.h
+++ b/tools/vsh.h
@@ -60,7 +60,7 @@ typedef enum {
     VSH_ERR_ERROR
 } vshErrorLevel;
 
-#define VSH_DEBUG_DEFAULT VSH_ERR_ERROR
+#define VSH_DEBUG_DEFAULT VSH_ERR_WARNING
 
 /*
  * virsh command line grammar:
-- 
2.26.2




More information about the libvir-list mailing list