From 3fc13c29992983f55ea93323ddbb37c75eedd746 Mon Sep 17 00:00:00 2001 From: Adam Mashrique Date: Wed, 12 Apr 2023 05:15:51 +0800 Subject: [PATCH] default bootloader log level none --- components/bootloader/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bootloader/Kconfig.projbuild b/components/bootloader/Kconfig.projbuild index 8049f3477b5a..e9730784a7fc 100644 --- a/components/bootloader/Kconfig.projbuild +++ b/components/bootloader/Kconfig.projbuild @@ -35,7 +35,7 @@ menu "Bootloader config" choice BOOTLOADER_LOG_LEVEL bool "Bootloader log verbosity" - default BOOTLOADER_LOG_LEVEL_INFO + default BOOTLOADER_LOG_LEVEL_NONE help Specify how much output to see in bootloader logs.