From 5535a9484ee58711dba17571a7d641923a5c809c Mon Sep 17 00:00:00 2001 From: Sam Leonard Date: Thu, 2 May 2024 17:41:49 +0100 Subject: [PATCH] news: refer to ForwardToSocket instead of ForwardAddress --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.