[coreboot-gerrit] Change in coreboot[master]: console: Reduce default loglevel to DEBUG

Nico Huber (Code Review) gerrit at coreboot.org
Fri May 4 12:07:04 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26053


Change subject: console: Reduce default loglevel to DEBUG
......................................................................

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 informal
value.

Reducing the loglevel should also mitigate overflows in pre-CBMEM
console buffers.

Change-Id: Iebcd4681572c58f1d17085c5ef01a2dd49e981ca
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M src/console/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/26053/1

diff --git a/src/console/Kconfig b/src/console/Kconfig
index e30edc9..a7a16f0 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -308,7 +308,7 @@
 
 choice
 	prompt "Default console log level"
-	default DEFAULT_CONSOLE_LOGLEVEL_8
+	default DEFAULT_CONSOLE_LOGLEVEL_7
 
 config DEFAULT_CONSOLE_LOGLEVEL_8
 	bool "8: SPEW"

-- 
To view, visit https://review.coreboot.org/26053
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebcd4681572c58f1d17085c5ef01a2dd49e981ca
Gerrit-Change-Number: 26053
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180504/9678d1e5/attachment.html>


More information about the coreboot-gerrit mailing list