zephyr/subsys/net/lib/mqtt
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 subsys/net/lib: Clear up CMakeLists.txt 2017-12-11 09:34:16 -05:00
Kconfig net: mqtt: Mark existing implementation as legacy 2018-11-19 09:31:01 -05:00
mqtt_pkt.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
mqtt_pkt.h net: mqtt: Mark existing implementation as legacy 2018-11-19 09:31:01 -05:00
mqtt.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00