mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 11:55:25 +00:00
acrn-config: add 'logger_setting' into launch script
Add missed definition of 'logger_setting' into launch script. Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
parent
be6c685176
commit
9b71c5cdb3
@ -236,8 +236,6 @@ def gvt_arg_set(dm, vmid, uos_type, config):
|
||||
|
||||
def log_level_set(uos_type, config):
|
||||
|
||||
if uos_type not in ('CLEARLINUX', 'ANDROID', 'ALIOS'):
|
||||
return
|
||||
print("#logger_setting, format: logger_name,level; like following", file=config)
|
||||
print('logger_setting="--logger_setting console,level=4;kmsg,level=3;disk,level=5"', file=config)
|
||||
print("", file=config)
|
||||
|
Loading…
Reference in New Issue
Block a user