crm_log_level      69 include/crm/common/logging.h extern unsigned int crm_log_level;
crm_log_level     331 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     849 lib/common/logging.c     crm_log_level = LOG_CRIT;
crm_log_level     909 lib/common/logging.c     if(level > crm_log_level) {
crm_log_level     910 lib/common/logging.c         crm_log_level = level;
crm_log_level     933 lib/common/logging.c         crm_log_level = LOG_DEBUG;
crm_log_level    1032 lib/common/logging.c     unsigned int old = crm_log_level;
crm_log_level    1037 lib/common/logging.c     crm_log_level = level;
crm_log_level    1071 lib/common/logging.c         set_crm_log_level(crm_log_level + 1);
crm_log_level    1078 lib/common/logging.c     return crm_log_level;
crm_log_level     928 lib/common/mainloop.c         if (crm_log_level == LOG_STDOUT) {
crm_log_level     876 lib/common/schemas.c         xsltSetGenericErrorFunc(&crm_log_level, cib_upgrade_err);