From 51dc3fcf0c326ade9c87958d133ee7e51fd769ab Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Tue, 23 Jul 2024 13:15:58 +0300 Subject: [PATCH] Enable ERROR logs in the bootloader --- configs/defconfig.debug_default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/defconfig.debug_default b/configs/defconfig.debug_default index 1d8258392..c1858126e 100644 --- a/configs/defconfig.debug_default +++ b/configs/defconfig.debug_default @@ -1,2 +1,2 @@ -CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y +CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y CONFIG_LOG_DEFAULT_LEVEL_ERROR=y