From 715a502c1784e7616fe2ff87232dfea3a0b1c076 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 4 May 2018 12:04:00 +0200 Subject: console: Reduce default loglevel to DEBUG The former default SPEW is very noisy, intentionally. It is usually only useful to debug specific issues and doesn't carry much infor- mational value. Reducing the loglevel should also mitigate overflows in pre-CBMEM console buffers. Change-Id: Iebcd4681572c58f1d17085c5ef01a2dd49e981ca Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/26053 Reviewed-by: Werner Zeh Reviewed-by: Angel Pons Reviewed-by: Martin Roth Reviewed-by: Felix Held Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console/Kconfig b/src/console/Kconfig index e30edc929d..a7a16f091b 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -308,7 +308,7 @@ if !CONSOLE_OVERRIDE_LOGLEVEL choice prompt "Default console log level" - default DEFAULT_CONSOLE_LOGLEVEL_8 + default DEFAULT_CONSOLE_LOGLEVEL_7 config DEFAULT_CONSOLE_LOGLEVEL_8 bool "8: SPEW" -- cgit v1.2.3