crm_log_level      55 include/crm/common/logging.h extern unsigned int crm_log_level;
crm_log_level     229 include/crm/common/logging.h         if (level <= (int)crm_log_level) {                              \
crm_log_level      46 lib/common/logging.c unsigned int crm_log_level = LOG_INFO;
crm_log_level     525 lib/common/logging.c         if (cs->priority <= crm_log_priority && cs->priority <= crm_log_level) {
crm_log_level     529 lib/common/logging.c     } else if (cs->priority <= crm_log_level) {
crm_log_level     630 lib/common/logging.c              crm_log_level, getenv("PCMK_trace_files"), getenv("PCMK_trace_functions"),
crm_log_level     639 lib/common/logging.c     if (crm_log_level >= LOG_TRACE) {
crm_log_level     741 lib/common/logging.c         crm_log_level = LOG_CRIT;
crm_log_level     769 lib/common/logging.c     if(level > crm_log_level) {
crm_log_level     770 lib/common/logging.c         crm_log_level = level;
crm_log_level     793 lib/common/logging.c         crm_log_level = LOG_DEBUG;
crm_log_level     903 lib/common/logging.c     unsigned int old = crm_log_level;
crm_log_level     905 lib/common/logging.c     crm_log_level = level;
crm_log_level     927 lib/common/logging.c     int level = crm_log_level;
crm_log_level     944 lib/common/logging.c     return crm_log_level;