From: Sam Leonard Date: Thu, 2 May 2024 16:41:49 +0000 (+0100) Subject: news: refer to ForwardToSocket instead of ForwardAddress X-Git-Tag: v256-rc2~115 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=5535a9484ee58711dba17571a7d641923a5c809c;p=systemd%2F.git news: refer to ForwardToSocket instead of ForwardAddress --- diff --git a/NEWS b/NEWS index 0259d79d76..6a84faff1e 100644 --- a/NEWS +++ b/NEWS @@ -265,8 +265,8 @@ CHANGES WITH 256-rc1: * systemd-journald can now forward journal entries to a socket (AF_INET, AF_INET6, AF_UNIX, or AF_VSOCK). The socket can be - specified in journald.conf via a new option ForwardAddress= or via - the 'journald.forward_address' credential. Log records are sent in + specified in journald.conf via a new option ForwardToSocket= or via + the 'journald.forward_to_socket' credential. Log records are sent in the Journal Export Format. A related setting MaxLevelSocket= has been added to control the maximum log levels for the messages sent to this socket.