-
CONFIG_CONSOLE_LOGLEVEL_DEFAULT
¶
Default loglevel on the serial console
Type: int
Help¶
This indicates the maximum debug level of logs that will be available on the the serial console. The higher the number, the more logs will be available.
Kconfig definition¶
At arch/x86/Kconfig:149
Included via Kconfig:3
Menu path: (top menu)
config CONSOLE_LOGLEVEL_DEFAULT
int "Default loglevel on the serial console"
range 0 6
default 3
depends on !RELEASE
help
This indicates the maximum debug level of logs that will be available
on the the serial console. The higher the number, the more logs will
be available.
(Definitions include propagated dependencies, including from if’s and menus.)