samples: boards: mesh/onoff-app: Remove SYS_LOG usage
SYS_LOG is being deprecated. Use printk instead. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
cdeddee7c6
commit
18270d0bdf
2 changed files with 29 additions and 62 deletions
|
@ -64,9 +64,6 @@ CONFIG_UART_CONSOLE=y
|
|||
# this outputs btmon formatted data to the serial port
|
||||
#CONFIG_BT_DEBUG_MONITOR=y
|
||||
|
||||
#CONFIG_SYS_LOG=y
|
||||
CONFIG_SYS_LOG_DEFAULT_LEVEL=4
|
||||
CONFIG_SYS_LOG_EXT_HOOK=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
|
||||
CONFIG_BT_MESH_DEBUG=y
|
||||
|
@ -102,6 +99,5 @@ CONFIG_BT_HCI_CMD_COUNT=4
|
|||
CONFIG_BT_ATT_PREPARE_COUNT=2
|
||||
|
||||
#CONFIG_NET_BUF_SIMPLE_LOG=y
|
||||
#CONFIG_SYS_LOG_NET_BUF_LEVEL=4
|
||||
#CONFIG_NET_BUF_LOG=y
|
||||
#CONFIG_BT_CTLR_DEBUG_PINS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue