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:
parent
20721f39fa
commit
59309c1a2d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue