[PATCH v29 13/13] doc: add release note about log library
Stephen Hemminger
stephen at networkplumber.org
Fri Oct 25 23:45:18 CEST 2024
Significant enough to warrant a release note.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Morten Brørup <mb at smartsharesystems.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Chengwen Feng <fengchengwen at huawei.com>
---
doc/guides/rel_notes/release_24_11.rst | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst
index fa4822d928..1d2e60231b 100644
--- a/doc/guides/rel_notes/release_24_11.rst
+++ b/doc/guides/rel_notes/release_24_11.rst
@@ -349,6 +349,26 @@ API Changes
and replaced it with a new shared devarg ``llq_policy`` that keeps the same logic.
+* **Logging library changes**
+
+ * The log is initialized earlier in startup so all messages go through the library.
+
+ * Added a new option to timestamp log messages, which is useful for
+ debugging delays in application and driver startup.
+
+ * If the application is a systemd service and the log output is being
+ sent to standard error then DPDK will switch to journal native protocol.
+ This allows the more data such as severity to be sent.
+
+ * The syslog option has changed. By default, messages are no longer sent
+ to syslog unless the *--syslog* option is specified.
+ Syslog is also now now supported on FreeBSD (but not on Windows).
+
+ * Log messages can be timestamped with *--log-timestamp* option.
+
+ * Log messages can be colorized with the *--log-color* option.
+
+
ABI Changes
-----------
--
2.45.2
More information about the dev
mailing list