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:
Kunhui-Li
2021-12-01 13:58:54 +08:00
committed by wenlingz
parent 28560c1db7
commit de5abd5265
21 changed files with 1 additions and 49 deletions

View File

@@ -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>