-
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:192
Included via Kconfig:3
Menu path: (top menu)
config MEM_LOGLEVEL_DEFAULT int prompt "Default loglevel in memory" 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 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.)