crm_log_level      67 include/crm/common/logging.h extern unsigned int crm_log_level;
crm_log_level     305 include/crm/common/logging.h                 if ((level) <= (int) crm_log_level) {                       \
crm_log_level      36 lib/common/logging.c unsigned int crm_log_level = LOG_INFO;
crm_log_level     509 lib/common/logging.c         if (cs->priority <= crm_log_priority && cs->priority <= crm_log_level) {
crm_log_level     513 lib/common/logging.c     } else if (cs->priority <= crm_log_level) {
crm_log_level     614 lib/common/logging.c              crm_log_level, getenv("PCMK_trace_files"), getenv("PCMK_trace_functions"),
crm_log_level     623 lib/common/logging.c     if (crm_log_level == LOG_TRACE) {
crm_log_level     722 lib/common/logging.c         crm_log_level = LOG_CRIT;
crm_log_level     760 lib/common/logging.c     if(level > crm_log_level) {
crm_log_level     761 lib/common/logging.c         crm_log_level = level;
crm_log_level     784 lib/common/logging.c         crm_log_level = LOG_DEBUG;
crm_log_level     894 lib/common/logging.c     unsigned int old = crm_log_level;
crm_log_level     899 lib/common/logging.c     crm_log_level = level;
crm_log_level     933 lib/common/logging.c         set_crm_log_level(crm_log_level + 1);
crm_log_level     940 lib/common/logging.c     return crm_log_level;
crm_log_level     889 lib/common/mainloop.c         if (crm_log_level == LOG_STDOUT) {
crm_log_level     927 lib/common/schemas.c         xsltSetGenericErrorFunc(&crm_log_level, cib_upgrade_err);