LOG_LEVEL
Configured via config/console.h
.
#define LOG_LEVEL LOG_ALL #define CONSOLE_SYSLOG CONSOLE_USAGE_LOG
#define LOG_LEVEL LOG_ERR #define CONSOLE_SYSLOG CONSOLE_USAGE_LOG
#define LOG_LEVEL LOG_ALL #define CONSOLE_PCBIOS CONSOLE_USAGE_ALL
This build option configures the minimum level of log messages that will be reported. Valid values are
LOG_EMERG | Emergency: system is unusable |
---|---|
LOG_ALERT | Alert: action must be taken immediately |
LOG_CRIT | Critical: critical conditions |
LOG_ERR | Error: error conditions |
LOG_WARNING | Warning: warning conditions |
LOG_NOTICE | Notice: normal but significant conditions |
LOG_INFO | Informational: informational messages |
LOG_DEBUG | Debug: debug-level messages |
LOG_ALL | Log all messages |
LOG_NONE | Do not log any messages |