summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-30 12:26:27 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-30 14:19:55 +0200
commit123450e58eeb5dfc539cd0f71c85d2b9e0ed0851 (patch)
treed9f3cdceece1b32fd8fa509a2a3e864c83e86d06 /NEWS
parentbuild(deps): bump pkg/debian from `640ff73` to `9a5adf2` (diff)
downloadsystemd-123450e58eeb5dfc539cd0f71c85d2b9e0ed0851.tar.xz
systemd-123450e58eeb5dfc539cd0f71c85d2b9e0ed0851.zip
journal: Add journal.storage credential
In mkosi CI, we want persistent journals when running interactively and runtime journals when running in CI, so let's add a credential that allows us to configure which one to use.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 566ee2a9d5..ba206afdfb 100644
--- a/NEWS
+++ b/NEWS
@@ -268,6 +268,9 @@ CHANGES WITH 256-rc1:
added to control the maximum log levels for the messages sent to this
socket.
+ * systemd-journald now also reads the journal.storage credential when
+ determining where to store journal files.
+
* systemd-vmspawn gained a new --forward-journal= option to forward the
virtual machine's journal entries to the host. This is done over a
AF_VSOCK socket, i.e. it does not require networking in the guest.