crm_log_level      68 include/crm/common/logging.h extern unsigned int crm_log_level;
crm_log_level     327 include/crm/common/logging.h                 if (_level <= crm_log_level) {                              \
crm_log_level      45 lib/common/logging.c unsigned int crm_log_level = LOG_INFO;
crm_log_level     593 lib/common/logging.c         if (cs->priority <= crm_log_priority && cs->priority <= crm_log_level) {
crm_log_level     597 lib/common/logging.c     } else if (cs->priority <= crm_log_level) {
crm_log_level     698 lib/common/logging.c              crm_log_level, getenv("PCMK_trace_files"), getenv("PCMK_trace_functions"),
crm_log_level     707 lib/common/logging.c     if (crm_log_level == LOG_TRACE) {
crm_log_level     829 lib/common/logging.c     crm_log_level = LOG_CRIT;
crm_log_level     889 lib/common/logging.c     if(level > crm_log_level) {
crm_log_level     890 lib/common/logging.c         crm_log_level = level;
crm_log_level     913 lib/common/logging.c         crm_log_level = LOG_DEBUG;
crm_log_level    1012 lib/common/logging.c     unsigned int old = crm_log_level;
crm_log_level    1017 lib/common/logging.c     crm_log_level = level;
crm_log_level    1051 lib/common/logging.c         set_crm_log_level(crm_log_level + 1);
crm_log_level    1058 lib/common/logging.c     return crm_log_level;
crm_log_level     924 lib/common/mainloop.c         if (crm_log_level == LOG_STDOUT) {
crm_log_level     932 lib/common/schemas.c         xsltSetGenericErrorFunc(&crm_log_level, cib_upgrade_err);