-
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:144
Included via Kconfig:3
Menu path: (top menu)
config CONSOLE_LOGLEVEL_DEFAULT int prompt "Default loglevel on the serial console" if !RELEASE
range 0 6 if !RELEASE
default 3 if !RELEASE
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.)