Bluetooth: Samples: Remove usage of BT_DEBUG_LOG
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 <theo.battrel@nordicsemi.no>
This commit is contained in:
parent
e0e7f5888f
commit
e9ee3e0af0
51 changed files with 49 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue