Add overlays that might be useful for debugging: - overlay-log.conf Enable debug log for socket, context, connection, TCP/TCP2. - overlay-debug.conf Disable optimization and compile with debug information. - overlay-max-stacks.conf Overlay to quickly sort out insufficient stack problems. - overlay-e1000.conf Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
18 lines
355 B
Plaintext
18 lines
355 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_LOG_IMMEDIATE=y
|
|
CONFIG_LOG_BACKEND_SHOW_COLOR=n
|
|
|
|
CONFIG_LOG_BUFFER_SIZE=1024
|
|
CONFIG_LOG_STRDUP_BUF_COUNT=2048
|
|
|
|
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
|