crm_log_level      71 include/crm/common/logging.h extern unsigned int crm_log_level;
crm_log_level     339 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     598 lib/common/logging.c         if (cs->priority <= crm_log_priority && cs->priority <= crm_log_level) {
crm_log_level     602 lib/common/logging.c     } else if (cs->priority <= crm_log_level) {
crm_log_level     717 lib/common/logging.c              crm_log_level, pcmk__env_option(PCMK__ENV_TRACE_FILES),
crm_log_level     728 lib/common/logging.c     return (crm_log_level == LOG_TRACE)
crm_log_level     847 lib/common/logging.c     crm_log_level = LOG_CRIT;
crm_log_level     907 lib/common/logging.c     if(level > crm_log_level) {
crm_log_level     908 lib/common/logging.c         crm_log_level = level;
crm_log_level     931 lib/common/logging.c         crm_log_level = LOG_DEBUG;
crm_log_level    1030 lib/common/logging.c     unsigned int old = crm_log_level;
crm_log_level    1035 lib/common/logging.c     crm_log_level = level;
crm_log_level    1069 lib/common/logging.c         set_crm_log_level(crm_log_level + 1);
crm_log_level    1076 lib/common/logging.c     return crm_log_level;
crm_log_level     927 lib/common/mainloop.c         if (crm_log_level == LOG_STDOUT) {
crm_log_level     981 lib/common/schemas.c         xsltSetGenericErrorFunc(&crm_log_level, cib_upgrade_err);