crm_log_level      53 include/crm/common/logging.h extern unsigned int crm_log_level;
crm_log_level     307 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     612 lib/common/logging.c         if (cs->priority <= crm_log_priority && cs->priority <= crm_log_level) {
crm_log_level     616 lib/common/logging.c     } else if (cs->priority <= crm_log_level) {
crm_log_level     731 lib/common/logging.c              crm_log_level, pcmk__env_option(PCMK__ENV_TRACE_FILES),
crm_log_level     742 lib/common/logging.c     return (crm_log_level == LOG_TRACE)
crm_log_level     872 lib/common/logging.c     crm_log_level = LOG_CRIT;
crm_log_level     932 lib/common/logging.c     if(level > crm_log_level) {
crm_log_level     933 lib/common/logging.c         crm_log_level = level;
crm_log_level     956 lib/common/logging.c         crm_log_level = LOG_DEBUG;
crm_log_level    1055 lib/common/logging.c     unsigned int old = crm_log_level;
crm_log_level    1060 lib/common/logging.c     crm_log_level = level;
crm_log_level    1094 lib/common/logging.c         set_crm_log_level(crm_log_level + 1);
crm_log_level    1101 lib/common/logging.c     return crm_log_level;
crm_log_level     925 lib/common/mainloop.c         if (crm_log_level == LOG_STDOUT) {
crm_log_level     923 lib/common/schemas.c         xsltSetGenericErrorFunc(&crm_log_level, cib_upgrade_err);