From e9ee3e0af08c91807fdbdbb9bca2c79062afa263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Battrel?= Date: Wed, 7 Jun 2023 07:52:31 +0200 Subject: [PATCH] Bluetooth: Samples: Remove usage of `BT_DEBUG_LOG` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from samples. It has been deprecated since this PR: https://github.com/zephyrproject-rtos/zephyr/pull/56183 The Kconfig symbols has been replaced by `CONFIG_LOG=y` on most of the cases. Or it has been removed when not needed anymore. Signed-off-by: Théo Battrel --- samples/bluetooth/beacon/prj-coex.conf | 2 +- samples/bluetooth/beacon/prj.conf | 2 +- samples/bluetooth/broadcast_audio_sink/prj.conf | 2 +- samples/bluetooth/broadcast_audio_source/prj.conf | 2 +- samples/bluetooth/broadcaster_multiple/prj.conf | 2 +- samples/bluetooth/central_gatt_write/prj.conf | 2 +- samples/bluetooth/central_hr/prj.conf | 2 +- samples/bluetooth/central_ht/prj.conf | 2 +- samples/bluetooth/central_iso/prj.conf | 2 +- samples/bluetooth/central_past/prj.conf | 2 +- samples/bluetooth/direct_adv/prj.conf | 2 +- samples/bluetooth/direction_finding_central/prj.conf | 2 +- samples/bluetooth/direction_finding_peripheral/prj.conf | 2 +- samples/bluetooth/eddystone/prj.conf | 2 +- samples/bluetooth/hap_ha/prj.conf | 2 +- samples/bluetooth/hci_pwr_ctrl/prj.conf | 2 +- samples/bluetooth/hci_uart/debug.conf | 2 +- samples/bluetooth/ibeacon/prj.conf | 2 +- samples/bluetooth/ipsp/prj.conf | 2 +- samples/bluetooth/ipsp/prj_dbg.conf | 2 +- samples/bluetooth/ipsp/prj_zep1656.conf | 2 +- samples/bluetooth/iso_broadcast/prj.conf | 2 +- samples/bluetooth/iso_receive/prj.conf | 2 +- samples/bluetooth/periodic_adv/prj.conf | 2 +- samples/bluetooth/periodic_sync/prj.conf | 2 +- samples/bluetooth/peripheral/prj.conf | 2 +- samples/bluetooth/peripheral_accept_list/prj.conf | 2 +- samples/bluetooth/peripheral_gatt_write/prj.conf | 2 +- samples/bluetooth/peripheral_hids/prj.conf | 2 +- samples/bluetooth/peripheral_hr/prj.conf | 2 +- samples/bluetooth/peripheral_hr/prj_minimal.conf | 1 - samples/bluetooth/peripheral_ht/prj.conf | 2 +- samples/bluetooth/peripheral_iso/prj.conf | 2 +- samples/bluetooth/peripheral_past/prj.conf | 2 +- samples/bluetooth/peripheral_sc_only/prj.conf | 2 +- samples/bluetooth/scan_adv/prj.conf | 2 +- samples/bluetooth/st_ble_sensor/prj.conf | 1 - samples/bluetooth/tmap_central/prj.conf | 2 +- samples/bluetooth/tmap_peripheral/prj.conf | 2 +- samples/bluetooth/unicast_audio_client/prj.conf | 2 +- samples/bluetooth/unicast_audio_server/prj.conf | 2 +- samples/boards/nrf/mesh/onoff-app/prj.conf | 2 +- samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/prj.conf | 2 +- samples/boards/reel_board/mesh_badge/prj.conf | 2 +- samples/net/lwm2m_client/overlay-bt.conf | 2 +- samples/net/mdns_responder/overlay-bt.conf | 2 +- samples/net/mqtt_publisher/overlay-bt.conf | 2 +- samples/net/sockets/echo_client/overlay-bt.conf | 2 +- samples/net/sockets/echo_server/overlay-bt.conf | 2 +- samples/net/telnet/overlay-bt.conf | 2 +- samples/net/zperf/overlay-bt.conf | 2 +- 51 files changed, 49 insertions(+), 51 deletions(-) diff --git a/samples/bluetooth/beacon/prj-coex.conf b/samples/bluetooth/beacon/prj-coex.conf index 6dafb5b261b..b16487f3999 100644 --- a/samples/bluetooth/beacon/prj-coex.conf +++ b/samples/bluetooth/beacon/prj-coex.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test beacon" CONFIG_BT_LL_SW_SPLIT=y diff --git a/samples/bluetooth/beacon/prj.conf b/samples/bluetooth/beacon/prj.conf index 1d6745c7942..045c5c5f61d 100644 --- a/samples/bluetooth/beacon/prj.conf +++ b/samples/bluetooth/beacon/prj.conf @@ -1,3 +1,3 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test beacon" diff --git a/samples/bluetooth/broadcast_audio_sink/prj.conf b/samples/bluetooth/broadcast_audio_sink/prj.conf index 4e750c19e6e..11e0971638a 100644 --- a/samples/bluetooth/broadcast_audio_sink/prj.conf +++ b/samples/bluetooth/broadcast_audio_sink/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_AUDIO=y CONFIG_BT_SMP=y CONFIG_BT_PAC_SNK=y diff --git a/samples/bluetooth/broadcast_audio_source/prj.conf b/samples/bluetooth/broadcast_audio_source/prj.conf index edbb192f7fa..89210995535 100644 --- a/samples/bluetooth/broadcast_audio_source/prj.conf +++ b/samples/bluetooth/broadcast_audio_source/prj.conf @@ -1,7 +1,7 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_AUDIO=y CONFIG_BT_BAP_BROADCAST_SOURCE=y diff --git a/samples/bluetooth/broadcaster_multiple/prj.conf b/samples/bluetooth/broadcaster_multiple/prj.conf index efce4351c11..65248db3191 100644 --- a/samples/bluetooth/broadcaster_multiple/prj.conf +++ b/samples/bluetooth/broadcaster_multiple/prj.conf @@ -4,7 +4,7 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_EXT_ADV_MAX_ADV_SET=2 CONFIG_BT_DEVICE_NAME="Broadcaster Multiple" -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y # Zephyr Bluetooth LE Controller will need to use chain PDUs when AD data # length > 191 bytes diff --git a/samples/bluetooth/central_gatt_write/prj.conf b/samples/bluetooth/central_gatt_write/prj.conf index 3014d05dfe3..e92eecda0f6 100644 --- a/samples/bluetooth/central_gatt_write/prj.conf +++ b/samples/bluetooth/central_gatt_write/prj.conf @@ -10,4 +10,4 @@ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255 CONFIG_BT_L2CAP_TX_MTU=247 -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y diff --git a/samples/bluetooth/central_hr/prj.conf b/samples/bluetooth/central_hr/prj.conf index e937bf405d3..d7e8c7128d4 100644 --- a/samples/bluetooth/central_hr/prj.conf +++ b/samples/bluetooth/central_hr/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y CONFIG_BT_GATT_CLIENT=y diff --git a/samples/bluetooth/central_ht/prj.conf b/samples/bluetooth/central_ht/prj.conf index ee1497430b7..8e1998d625a 100644 --- a/samples/bluetooth/central_ht/prj.conf +++ b/samples/bluetooth/central_ht/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y CONFIG_BT_GATT_CLIENT=y diff --git a/samples/bluetooth/central_iso/prj.conf b/samples/bluetooth/central_iso/prj.conf index 44d8adf0e1f..ab5a202401f 100644 --- a/samples/bluetooth/central_iso/prj.conf +++ b/samples/bluetooth/central_iso/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_ISO_CENTRAL=y CONFIG_BT_SMP=y diff --git a/samples/bluetooth/central_past/prj.conf b/samples/bluetooth/central_past/prj.conf index 79c3d1a9d59..09ef795f3b8 100644 --- a/samples/bluetooth/central_past/prj.conf +++ b/samples/bluetooth/central_past/prj.conf @@ -2,6 +2,6 @@ CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_EXT_ADV=y CONFIG_BT_PER_ADV_SYNC=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test Central Periodic Advertising Sync Transfer" CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER=y diff --git a/samples/bluetooth/direct_adv/prj.conf b/samples/bluetooth/direct_adv/prj.conf index a3905e5207c..6a633da1923 100644 --- a/samples/bluetooth/direct_adv/prj.conf +++ b/samples/bluetooth/direct_adv/prj.conf @@ -2,7 +2,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_SIGNING=y CONFIG_BT_PERIPHERAL=y diff --git a/samples/bluetooth/direction_finding_central/prj.conf b/samples/bluetooth/direction_finding_central/prj.conf index 03ef424c1b8..f296baca1c0 100644 --- a/samples/bluetooth/direction_finding_central/prj.conf +++ b/samples/bluetooth/direction_finding_central/prj.conf @@ -5,7 +5,7 @@ # CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Direction Finding Central" CONFIG_BT_CENTRAL=y diff --git a/samples/bluetooth/direction_finding_peripheral/prj.conf b/samples/bluetooth/direction_finding_peripheral/prj.conf index b94ff0a4732..906a1577ea9 100644 --- a/samples/bluetooth/direction_finding_peripheral/prj.conf +++ b/samples/bluetooth/direction_finding_peripheral/prj.conf @@ -5,7 +5,7 @@ # CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="DF Conn App" CONFIG_BT_SMP=y diff --git a/samples/bluetooth/eddystone/prj.conf b/samples/bluetooth/eddystone/prj.conf index 2ae4f32a0f2..58ac343e075 100644 --- a/samples/bluetooth/eddystone/prj.conf +++ b/samples/bluetooth/eddystone/prj.conf @@ -1,4 +1,4 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_DEVICE_NAME="Zephyr Eddystone" diff --git a/samples/bluetooth/hap_ha/prj.conf b/samples/bluetooth/hap_ha/prj.conf index eda99512ca8..53240f86c61 100644 --- a/samples/bluetooth/hap_ha/prj.conf +++ b/samples/bluetooth/hap_ha/prj.conf @@ -61,4 +61,4 @@ CONFIG_BT_TBS_CLIENT_MAX_TBS_INSTANCES=0 CONFIG_BT_TBS_CLIENT_CCID=y CONFIG_BT_TBS_CLIENT_STATUS_FLAGS=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y diff --git a/samples/bluetooth/hci_pwr_ctrl/prj.conf b/samples/bluetooth/hci_pwr_ctrl/prj.conf index 7210cd74caf..8d76025b3ab 100644 --- a/samples/bluetooth/hci_pwr_ctrl/prj.conf +++ b/samples/bluetooth/hci_pwr_ctrl/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_HRS=y CONFIG_BT_DEVICE_APPEARANCE=833 diff --git a/samples/bluetooth/hci_uart/debug.conf b/samples/bluetooth/hci_uart/debug.conf index bd43b724f9e..7d0c43dab62 100644 --- a/samples/bluetooth/hci_uart/debug.conf +++ b/samples/bluetooth/hci_uart/debug.conf @@ -8,7 +8,7 @@ CONFIG_THREAD_ANALYZER_RUN_UNLOCKED=y CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_LOG_BUFFER_SIZE=4096 CONFIG_RTT_CONSOLE=y CONFIG_LOG_BACKEND_RTT=y diff --git a/samples/bluetooth/ibeacon/prj.conf b/samples/bluetooth/ibeacon/prj.conf index 44a041269ef..06dec403bd8 100644 --- a/samples/bluetooth/ibeacon/prj.conf +++ b/samples/bluetooth/ibeacon/prj.conf @@ -1,2 +1,2 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y diff --git a/samples/bluetooth/ipsp/prj.conf b/samples/bluetooth/ipsp/prj.conf index 5dc407b3ad1..8ba24abb30c 100644 --- a/samples/bluetooth/ipsp/prj.conf +++ b/samples/bluetooth/ipsp/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/bluetooth/ipsp/prj_dbg.conf b/samples/bluetooth/ipsp/prj_dbg.conf index 40474ed00b2..10f258092a0 100644 --- a/samples/bluetooth/ipsp/prj_dbg.conf +++ b/samples/bluetooth/ipsp/prj_dbg.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/bluetooth/ipsp/prj_zep1656.conf b/samples/bluetooth/ipsp/prj_zep1656.conf index 992bf35866d..d0a6f666170 100644 --- a/samples/bluetooth/ipsp/prj_zep1656.conf +++ b/samples/bluetooth/ipsp/prj_zep1656.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/bluetooth/iso_broadcast/prj.conf b/samples/bluetooth/iso_broadcast/prj.conf index 8b403e88520..8a9a5f19691 100644 --- a/samples/bluetooth/iso_broadcast/prj.conf +++ b/samples/bluetooth/iso_broadcast/prj.conf @@ -1,6 +1,6 @@ CONFIG_BT=y CONFIG_BT_ISO_BROADCASTER=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test ISO Broadcaster" CONFIG_BT_ISO_MAX_CHAN=2 diff --git a/samples/bluetooth/iso_receive/prj.conf b/samples/bluetooth/iso_receive/prj.conf index aed850817e3..093695a5439 100644 --- a/samples/bluetooth/iso_receive/prj.conf +++ b/samples/bluetooth/iso_receive/prj.conf @@ -1,6 +1,6 @@ CONFIG_BT=y CONFIG_BT_ISO_SYNC_RECEIVER=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test ISO Receive" CONFIG_BT_ISO_MAX_CHAN=2 diff --git a/samples/bluetooth/periodic_adv/prj.conf b/samples/bluetooth/periodic_adv/prj.conf index 71047b7cb47..0fcc6e0efd5 100644 --- a/samples/bluetooth/periodic_adv/prj.conf +++ b/samples/bluetooth/periodic_adv/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y CONFIG_BT_EXT_ADV=y CONFIG_BT_PER_ADV=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test Periodic Advertising" diff --git a/samples/bluetooth/periodic_sync/prj.conf b/samples/bluetooth/periodic_sync/prj.conf index e19a567cffb..5ae7d77144f 100644 --- a/samples/bluetooth/periodic_sync/prj.conf +++ b/samples/bluetooth/periodic_sync/prj.conf @@ -2,5 +2,5 @@ CONFIG_BT=y CONFIG_BT_OBSERVER=y CONFIG_BT_EXT_ADV=y CONFIG_BT_PER_ADV_SYNC=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test Periodic Advertising Sync" diff --git a/samples/bluetooth/peripheral/prj.conf b/samples/bluetooth/peripheral/prj.conf index 549a30da79f..9946a3107bc 100644 --- a/samples/bluetooth/peripheral/prj.conf +++ b/samples/bluetooth/peripheral/prj.conf @@ -2,7 +2,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_SIGNING=y CONFIG_BT_PERIPHERAL=y diff --git a/samples/bluetooth/peripheral_accept_list/prj.conf b/samples/bluetooth/peripheral_accept_list/prj.conf index 3ec06755119..3395353388a 100644 --- a/samples/bluetooth/peripheral_accept_list/prj.conf +++ b/samples/bluetooth/peripheral_accept_list/prj.conf @@ -2,7 +2,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_SIGNING=y CONFIG_BT_PERIPHERAL=y diff --git a/samples/bluetooth/peripheral_gatt_write/prj.conf b/samples/bluetooth/peripheral_gatt_write/prj.conf index e01892000a1..eac63333f75 100644 --- a/samples/bluetooth/peripheral_gatt_write/prj.conf +++ b/samples/bluetooth/peripheral_gatt_write/prj.conf @@ -11,4 +11,4 @@ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255 CONFIG_BT_L2CAP_TX_MTU=247 -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y diff --git a/samples/bluetooth/peripheral_hids/prj.conf b/samples/bluetooth/peripheral_hids/prj.conf index f66e142c325..dd21313836c 100644 --- a/samples/bluetooth/peripheral_hids/prj.conf +++ b/samples/bluetooth/peripheral_hids/prj.conf @@ -2,7 +2,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_DIS=y diff --git a/samples/bluetooth/peripheral_hr/prj.conf b/samples/bluetooth/peripheral_hr/prj.conf index 18815731973..c24dc7c5967 100644 --- a/samples/bluetooth/peripheral_hr/prj.conf +++ b/samples/bluetooth/peripheral_hr/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_DIS=y diff --git a/samples/bluetooth/peripheral_hr/prj_minimal.conf b/samples/bluetooth/peripheral_hr/prj_minimal.conf index 696114ff015..888c75d8a5d 100644 --- a/samples/bluetooth/peripheral_hr/prj_minimal.conf +++ b/samples/bluetooth/peripheral_hr/prj_minimal.conf @@ -1,5 +1,4 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=n CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_DIS=y diff --git a/samples/bluetooth/peripheral_ht/prj.conf b/samples/bluetooth/peripheral_ht/prj.conf index 59360b0a013..d25259ec660 100644 --- a/samples/bluetooth/peripheral_ht/prj.conf +++ b/samples/bluetooth/peripheral_ht/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_DIS=y diff --git a/samples/bluetooth/peripheral_iso/prj.conf b/samples/bluetooth/peripheral_iso/prj.conf index f44bf1c959d..a605030ca01 100644 --- a/samples/bluetooth/peripheral_iso/prj.conf +++ b/samples/bluetooth/peripheral_iso/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Zephyr ISO server" CONFIG_BT_ISO_PERIPHERAL=y CONFIG_BT_SMP=y diff --git a/samples/bluetooth/peripheral_past/prj.conf b/samples/bluetooth/peripheral_past/prj.conf index 3d170fc9401..41a352ba08a 100644 --- a/samples/bluetooth/peripheral_past/prj.conf +++ b/samples/bluetooth/peripheral_past/prj.conf @@ -3,6 +3,6 @@ CONFIG_BT_PERIPHERAL=y CONFIG_BT_OBSERVER=y CONFIG_BT_EXT_ADV=y CONFIG_BT_PER_ADV_SYNC=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Peripheral PAST" CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER=y diff --git a/samples/bluetooth/peripheral_sc_only/prj.conf b/samples/bluetooth/peripheral_sc_only/prj.conf index 166454b23f2..c43abee996d 100644 --- a/samples/bluetooth/peripheral_sc_only/prj.conf +++ b/samples/bluetooth/peripheral_sc_only/prj.conf @@ -3,7 +3,7 @@ #CONFIG_THREAD_STACK_INFO=y CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y CONFIG_BT_SMP_SC_ONLY=y diff --git a/samples/bluetooth/scan_adv/prj.conf b/samples/bluetooth/scan_adv/prj.conf index 26db96e6334..59bff9fe183 100644 --- a/samples/bluetooth/scan_adv/prj.conf +++ b/samples/bluetooth/scan_adv/prj.conf @@ -1,4 +1,4 @@ CONFIG_BT=y CONFIG_BT_BROADCASTER=y CONFIG_BT_OBSERVER=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y diff --git a/samples/bluetooth/st_ble_sensor/prj.conf b/samples/bluetooth/st_ble_sensor/prj.conf index 86f77324490..eb6dae37fbe 100644 --- a/samples/bluetooth/st_ble_sensor/prj.conf +++ b/samples/bluetooth/st_ble_sensor/prj.conf @@ -1,5 +1,4 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_DEVICE_NAME="P2PSRV1" CONFIG_BT_GATT_CLIENT=y diff --git a/samples/bluetooth/tmap_central/prj.conf b/samples/bluetooth/tmap_central/prj.conf index 754023b8209..b73458e5dad 100644 --- a/samples/bluetooth/tmap_central/prj.conf +++ b/samples/bluetooth/tmap_central/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_CENTRAL=y CONFIG_BT_AUDIO=y diff --git a/samples/bluetooth/tmap_peripheral/prj.conf b/samples/bluetooth/tmap_peripheral/prj.conf index b821ba072a3..d742e1f2c44 100644 --- a/samples/bluetooth/tmap_peripheral/prj.conf +++ b/samples/bluetooth/tmap_peripheral/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_PRIVACY=y CONFIG_BT_AUDIO=y diff --git a/samples/bluetooth/unicast_audio_client/prj.conf b/samples/bluetooth/unicast_audio_client/prj.conf index 12b619a23ed..c637a40b690 100644 --- a/samples/bluetooth/unicast_audio_client/prj.conf +++ b/samples/bluetooth/unicast_audio_client/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_CENTRAL=y CONFIG_BT_AUDIO=y CONFIG_BT_BAP_UNICAST_CLIENT=y diff --git a/samples/bluetooth/unicast_audio_server/prj.conf b/samples/bluetooth/unicast_audio_server/prj.conf index 7963da2b157..37a0a5f4c6a 100644 --- a/samples/bluetooth/unicast_audio_server/prj.conf +++ b/samples/bluetooth/unicast_audio_server/prj.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_AUDIO=y CONFIG_BT_BAP_UNICAST_SERVER=y diff --git a/samples/boards/nrf/mesh/onoff-app/prj.conf b/samples/boards/nrf/mesh/onoff-app/prj.conf index 4f7a4649995..6c3a08f44ea 100644 --- a/samples/boards/nrf/mesh/onoff-app/prj.conf +++ b/samples/boards/nrf/mesh/onoff-app/prj.conf @@ -64,7 +64,7 @@ CONFIG_UART_CONSOLE=y # this outputs btmon formatted data to the serial port #CONFIG_BT_DEBUG_MONITOR_UART=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_MESH_LOG_LEVEL_DBG=y #CONFIG_BT_MESH_LOG_LEVEL_DBG=y diff --git a/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/prj.conf b/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/prj.conf index 832a600af84..e617afed89f 100644 --- a/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/prj.conf +++ b/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/prj.conf @@ -59,7 +59,7 @@ CONFIG_BT_MESH_LABEL_COUNT=3 #CONFIG_UART_CONSOLE=n #CONFIG_BT_DEBUG_MONITOR_UART=y -#CONFIG_BT_DEBUG_LOG=y +#CONFIG_LOG=y ##CONFIG_BT_MESH_LOG_LEVEL_DBG=y #CONFIG_BT_MESH_LOG_LEVEL_DBG=y diff --git a/samples/boards/reel_board/mesh_badge/prj.conf b/samples/boards/reel_board/mesh_badge/prj.conf index 5d470fa0f0d..833ca55da34 100644 --- a/samples/boards/reel_board/mesh_badge/prj.conf +++ b/samples/boards/reel_board/mesh_badge/prj.conf @@ -12,7 +12,7 @@ CONFIG_BT_PRIVACY=y CONFIG_BT_DEVICE_NAME="reel board" CONFIG_BT_DEVICE_NAME_MAX=32 -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_MESH_LOG_LEVEL_DBG=y #CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y #CONFIG_BT_MESH_ADV_LOG_LEVEL_DBG=y diff --git a/samples/net/lwm2m_client/overlay-bt.conf b/samples/net/lwm2m_client/overlay-bt.conf index 746c3912f8c..01c59b599eb 100644 --- a/samples/net/lwm2m_client/overlay-bt.conf +++ b/samples/net/lwm2m_client/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/net/mdns_responder/overlay-bt.conf b/samples/net/mdns_responder/overlay-bt.conf index 7e65c3e613b..ad6ca65e38e 100644 --- a/samples/net/mdns_responder/overlay-bt.conf +++ b/samples/net/mdns_responder/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/net/mqtt_publisher/overlay-bt.conf b/samples/net/mqtt_publisher/overlay-bt.conf index 1874b663c8f..9151d577057 100644 --- a/samples/net/mqtt_publisher/overlay-bt.conf +++ b/samples/net/mqtt_publisher/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/net/sockets/echo_client/overlay-bt.conf b/samples/net/sockets/echo_client/overlay-bt.conf index c7fb54cc9af..2902c730025 100644 --- a/samples/net/sockets/echo_client/overlay-bt.conf +++ b/samples/net/sockets/echo_client/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/net/sockets/echo_server/overlay-bt.conf b/samples/net/sockets/echo_server/overlay-bt.conf index e4ba34cb523..66b316c06c8 100644 --- a/samples/net/sockets/echo_server/overlay-bt.conf +++ b/samples/net/sockets/echo_server/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/net/telnet/overlay-bt.conf b/samples/net/telnet/overlay-bt.conf index 84a5339be9a..3b7eaaffbea 100644 --- a/samples/net/telnet/overlay-bt.conf +++ b/samples/net/telnet/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y diff --git a/samples/net/zperf/overlay-bt.conf b/samples/net/zperf/overlay-bt.conf index db4708981e9..43378326544 100644 --- a/samples/net/zperf/overlay-bt.conf +++ b/samples/net/zperf/overlay-bt.conf @@ -1,5 +1,5 @@ CONFIG_BT=y -CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG=y CONFIG_BT_SMP=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y