diff options
author | Nico Huber <nico.huber@secunet.com> | 2018-05-04 12:04:00 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-08 03:02:25 +0000 |
commit | 715a502c1784e7616fe2ff87232dfea3a0b1c076 (patch) | |
tree | c5df697a4bbc6ca992e69fdbc16d18eee3af0780 /src/console | |
parent | d4ac11f6fa9581bc6a9007202c4594be636e0a47 (diff) |
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>
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |