From 84407ef1864b10c1029557e0c58deef24405bf29 Mon Sep 17 00:00:00 2001 From: BernardXiong Date: Thu, 4 Apr 2019 01:11:11 +0000 Subject: [PATCH] [Kernel] Disable color log in default --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index e0a8050ff1..21b1d63806 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -124,7 +124,7 @@ if RT_DEBUG config RT_DEBUG_COLOR bool "Enable color debugging log" - default y + default n config RT_DEBUG_INIT_CONFIG bool "Enable debugging of components initialization" -- GitLab