From 8201af08fa09c2bd0f005fbe262f27e2c5bd2d86 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 22 Jun 2014 13:36:31 -0400 Subject: journal-remote: allow splitting incoming logs by source host Previously existing scheme where the file name would be based on the source was just too ugly and unpredicatable. Now there are only two options: 1. just one file (until rotation), 2. one file per source host, using the hostname as filename part. For the cases where the source is specified by the user, only option one is allowed, and the full of the file must be specified. --- man/systemd-journal-remote.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/systemd-journal-remote.xml') diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index 972c3227e4..a6e67e5841 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -252,6 +252,20 @@ along with systemd; If not, see . string and exit. + + + + One of none or + host. For the first, only one output + journal file is used. For the latter, a separate output file + is used, based on the hostname of the other endpoint of a + connection. + + In case of "active" sources, the output file name must + always be given explicitly and only none + is allowed. + + -- cgit v1.2.3-54-g00ecf