doc: releases: Add logging release notes
Add release notes for 3.7 for logging subsystem. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
ccadcef020
commit
452700b2f0
1 changed files with 21 additions and 0 deletions
|
@ -1670,6 +1670,27 @@ Libraries / Subsystems
|
|||
* By enabling :kconfig:option:`CONFIG_LOG_BACKEND_NET_USE_DHCPV4_OPTION`, the IP address of the
|
||||
syslog server for the networking backend is set by the DHCPv4 Log Server Option (7).
|
||||
|
||||
* Use real time clock as timestamp on POSIX.
|
||||
|
||||
* Add support for syslog (POSIX).
|
||||
|
||||
* Add :c:macro:`LOG_WRN_ONCE` for logging warning message where only the first occurrence is
|
||||
logged.
|
||||
|
||||
* Add :c:func:`log_thread_trigger` for triggering processing of the log messages.
|
||||
|
||||
* Fix case when deferred logging not compiling when :kconfig:option:`CONFIG_MULTITHREADING` was
|
||||
disabled.
|
||||
|
||||
* Fix case when logging strings could be stripped from the binary when dictionary based logging
|
||||
was mixed with non-dictionary.
|
||||
|
||||
* Fix dictionary database not being generated in certain situations.
|
||||
|
||||
* Fix dictionary logging parser not handling long long arguments correctly.
|
||||
|
||||
* Fix support for :kconfig:option:`CONFIG_LOG_MSG_APPEND_RO_STRING_LOC`.
|
||||
|
||||
* Modem modules
|
||||
|
||||
* Added modem pipelink module which shares modem pipes globally, allowing device drivers to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue