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