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