Set log level to warning when debug is enabled at boot

This commit is contained in:
K. Lange 2018-07-21 12:25:52 +09:00
parent 2a0d66b5ef
commit 69a516c90c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ EFI_HANDLE ImageHandleIn;
#define DEFAULT_PRESET_VID_CMDLINE "vid=preset "
#define DEFAULT_NETINIT_CMDLINE "init=/dev/ram0 _"
#define MIGRATE_CMDLINE "start=--migrate _"
#define DEBUG_LOG_CMDLINE "logtoserial=3 "
#define DEBUG_LOG_CMDLINE "logtoserial=warning "
#define DEBUG_SERIAL_CMDLINE "kdebug "
#define DEFAULT_HEADLESS_CMDLINE "start=--headless "