mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 19:30:46 +00:00
config_tools: remove CONFIG_LOG_DESTINATION
1. remove LOG_DESTINATION in the related python code, schema and all existing scenario XML files. 2. for MEM_LOGLEVEL, NPK_LOGLEVEL and CONSOLE_LOGLEVEL, update the loglevel range to [0, 5] from [0, 6]. Tracked-On: #6934 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<MEM_LOGLEVEL>5</MEM_LOGLEVEL>
|
||||
<NPK_LOGLEVEL>5</NPK_LOGLEVEL>
|
||||
<CONSOLE_LOGLEVEL>3</CONSOLE_LOGLEVEL>
|
||||
<LOG_DESTINATION>7</LOG_DESTINATION>
|
||||
</DEBUG_OPTIONS>
|
||||
<FEATURES>
|
||||
<RELOC>y</RELOC>
|
||||
|
Reference in New Issue
Block a user