File pacemaker-libcib-ACL-status-message-to-trace.patch of Package pacemaker.14737
commit 8183dbf57bc92a79b54c7e56942e4e3bda36654f
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Mon May 1 14:58:58 2017 -0500
Log: libcib: downgrade ACL status message to trace
gets logged 1-3 times for every CIB op
diff --git a/lib/cib/cib_utils.c b/lib/cib/cib_utils.c
index 190840123..ab48f1657 100644
--- a/lib/cib/cib_utils.c
+++ b/lib/cib/cib_utils.c
@@ -282,7 +282,7 @@ cib_acl_enabled(xmlNode *xml, const char *user)
g_hash_table_destroy(options);
}
- crm_debug("CIB ACL is %s", rc ? "enabled" : "disabled");
+ crm_trace("CIB ACL is %s", rc ? "enabled" : "disabled");
#endif
return rc;
}