zephyr/subsys/net/lib/http
Jukka Rissanen 86689030e8 net: Clarify logging in networking code
Remove network specific default and max log level setting
and start to use the zephyr logging values for those.

Remove LOG_MODULE_REGISTER() from net_core.h and place the
calls into .c files. This is done in order to avoid weird
compiler errors in some cases and to make the code look similar
as other subsystems.

Fixes #11343
Fixes #11659

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-12-07 12:00:04 +02:00
..
CMakeLists.txt logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
README_http_parser net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
http_client.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
http_parser.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_parser_url.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_server.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00