samples: sockets: dumb_http_server: Use consistent logging settings

Use logging settings consistent with other samples/net/sockets/ apps
(which includes error logging enabled by default).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2018-06-04 23:15:26 +03:00 committed by Anas Nashif
commit 59309c1a2d

View file

@ -24,5 +24,8 @@ CONFIG_NET_APP_PEER_IPV4_ADDR="192.0.2.2"
CONFIG_NET_TCP_TIME_WAIT_DELAY=0
# Network debug config
#CONFIG_NET_DEBUG_SOCKETS=y
CONFIG_NET_LOG=y
CONFIG_NET_LOG_GLOBAL=y
CONFIG_SYS_LOG_NET_LEVEL=2
#CONFIG_NET_DEBUG_SOCKETS=y
#CONFIG_NET_SHELL=y