From 9b2767b3ae8a9eb3e5d388c27be919a75f673fcb Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Wed, 31 Jul 2019 11:21:40 -0400 Subject: [PATCH] Reduce verbosity on BT controller messages --- mcuboot-application-c3wireless_em_ble.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcuboot-application-c3wireless_em_ble.conf b/mcuboot-application-c3wireless_em_ble.conf index 43efa1e..7444640 100644 --- a/mcuboot-application-c3wireless_em_ble.conf +++ b/mcuboot-application-c3wireless_em_ble.conf @@ -32,4 +32,4 @@ CONFIG_LOG_BACKEND_RTT_MODE_DROP=y CONFIG_NET_BUF_LOG=y CONFIG_BT_DEBUG_LOG=y -CONFIG_BT_LOG_LEVEL_DBG=y +CONFIG_BT_LOG_LEVEL_INF=y