Remove v1 implementation from log_core and all references in the tree. Remove modules used by v1: log_list and log_msg. Remove Kconfig v1 specific options. Remove Kconfig flags used for distinction between v1 and v2. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
CONFIG_LOG_BACKEND_SHOW_COLOR=n
|
|
|
|
CONFIG_LOG_BUFFER_SIZE=1024
|
|
|
|
CONFIG_NET_LOG=y
|
|
|
|
CONFIG_NET_SOCKETS_LOG_LEVEL_DBG=y
|
|
CONFIG_NET_CONN_LOG_LEVEL_DBG=y
|
|
CONFIG_NET_CONTEXT_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_NET_TCP_LOG_LEVEL_DBG=y
|
|
|
|
#CONFIG_NET_IF_LOG_LEVEL_DBG=y
|
|
#CONFIG_NET_L2_ETHERNET_LOG_LEVEL_DBG=y
|