doc: release-notes 3.3: Add information on MCUmgr logging
Adds details for new logging added to MCUmgr and Kconfig options to control the level of reporting. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
df0fa6d965
commit
c0a80fcc24
1 changed files with 9 additions and 0 deletions
|
@ -765,6 +765,15 @@ Libraries / Subsystems
|
||||||
be restored by enabling
|
be restored by enabling
|
||||||
:kconfig:option:`CONFIG_MCUMGR_SMP_LEGACY_RC_BEHAVIOUR`.
|
:kconfig:option:`CONFIG_MCUMGR_SMP_LEGACY_RC_BEHAVIOUR`.
|
||||||
|
|
||||||
|
* MCUMGR now has log outputting on most errors from the included fs, img,
|
||||||
|
os, shell, stat and zephyr_basic group commands. The level of logging can be
|
||||||
|
controlled by adjusting: :kconfig:option:`CONFIG_MCUMGR_GRP_FS_LOG_LEVEL`,
|
||||||
|
:kconfig:option:`CONFIG_MCUMGR_GRP_IMG_LOG_LEVEL`,
|
||||||
|
:kconfig:option:`CONFIG_MCUMGR_GRP_OS_LOG_LEVEL`,
|
||||||
|
:kconfig:option:`CONFIG_MCUMGR_GRP_SHELL_LOG_LEVEL`,
|
||||||
|
:kconfig:option:`CONFIG_MCUMGR_GRP_STAT_LOG_LEVEL` and
|
||||||
|
:kconfig:option:`CONFIG_MCUMGR_GRP_ZBASIC_LOG_LEVEL`.
|
||||||
|
|
||||||
* LwM2M
|
* LwM2M
|
||||||
|
|
||||||
* The ``lwm2m_senml_cbor_*`` files have been regenerated using zcbor 0.6.0.
|
* The ``lwm2m_senml_cbor_*`` files have been regenerated using zcbor 0.6.0.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue