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.

Direct dependencies

!RELEASE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/x86/Kconfig:188

Included via Kconfig:3

Menu path: (top menu)

config NPK_LOGLEVEL_DEFAULT
    int
    prompt "Default loglevel for the hypervisor NPK log" if !RELEASE
    range 0 6 if !RELEASE
    default 5 if !RELEASE
    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.)