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 <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/26053
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Angel Pons
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nico Huber 2018-05-04 12:04:00 +02:00 committed by Martin Roth
parent d4ac11f6fa
commit 715a502c17
1 changed files with 1 additions and 1 deletions

View File

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