Blame SOURCES/0034-Log-cibadmin-Default-once-again-to-LOG_CRIT.patch

3d71c6
From: Andrew Beekhof <andrew@beekhof.net>
3d71c6
Date: Mon, 28 Sep 2015 18:45:32 +1000
3d71c6
Subject: [PATCH] Log: cibadmin: Default once again to LOG_CRIT
3d71c6
3d71c6
(cherry picked from commit d0d6118cbee3eccb3467058eadd91e08d3f4a42f)
3d71c6
---
3d71c6
 tools/cibadmin.c | 1 +
3d71c6
 1 file changed, 1 insertion(+)
3d71c6
3d71c6
diff --git a/tools/cibadmin.c b/tools/cibadmin.c
3d71c6
index c16d3c7..84531f8 100644
3d71c6
--- a/tools/cibadmin.c
3d71c6
+++ b/tools/cibadmin.c
3d71c6
@@ -214,6 +214,7 @@ main(int argc, char **argv)
3d71c6
 
3d71c6
     crm_xml_init(); /* Sets buffer allocation strategy */
3d71c6
     crm_log_cli_init("cibadmin");
3d71c6
+    set_crm_log_level(LOG_CRIT);
3d71c6
     crm_set_options(NULL, "command [options] [data]", long_options,
3d71c6
                     "Provides direct access to the cluster configuration."
3d71c6
                     "\n\nAllows the configuration, or sections of it, to be queried, modified, replaced and deleted."