[Skiboot] [PATCH] increase log verbosity in debug builds
Stewart Smith
stewart at linux.vnet.ibm.com
Tue Feb 20 17:09:07 AEDT 2018
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
core/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/init.c b/core/init.c
index 02094bf60fd1..a69e4bb3b58c 100644
--- a/core/init.c
+++ b/core/init.c
@@ -74,7 +74,7 @@ struct debug_descriptor debug_descriptor = {
/* console log level:
* high 4 bits in memory, low 4 bits driver (e.g. uart). */
#ifdef DEBUG
- .console_log_levels = (PR_DEBUG << 4) | PR_DEBUG,
+ .console_log_levels = (PR_TRACE << 4) | PR_DEBUG,
#else
.console_log_levels = (PR_DEBUG << 4) | PR_NOTICE,
#endif
--
2.14.3
More information about the Skiboot
mailing list