-
CONFIG_MEM_LOGLEVEL_DEFAULT
¶
Default loglevel in memory
Type: int
Help¶
This indicates the maximum debug level of logs that will be available in the logbuf in memory which can be accessed by ACRN log in SOS. The higher the number, the more logs will be available.
Kconfig definition¶
At arch/x86/Kconfig:160
Included via Kconfig:3
Menu path: (top menu)
config MEM_LOGLEVEL_DEFAULT
int "Default loglevel in memory"
range 0 6
default 5
depends on !RELEASE
help
This indicates the maximum debug level of logs that will be available
in the logbuf in memory which can be accessed by ACRN log in SOS. The
higher the number, the more logs will be available.
(Definitions include propagated dependencies, including from if’s and menus.)