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

Tim Wiederhake posted 5 patches 4 years, 10 months ago
[libvirt PATCH 1/5] vsh: Set default log level to "warning"
Posted by Tim Wiederhake 4 years, 10 months ago
Signed-off-by: Tim Wiederhake <twiederh@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