From c362a432af57d7fc6b58938afa82fabcb41c9e6c Mon Sep 17 00:00:00 2001 From: Samuel BF <36460-samuelbf@users.noreply.framagit.org> Date: Thu, 29 Apr 2021 21:45:53 +0200 Subject: Wider range of options for selecting entries for systemd-journal-gatewayd Introducing --user, --system, --merge and --file flags, like for journalctl and systemd-journal-upload. --- man/systemd-journal-gatewayd.service.xml | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'man/systemd-journal-gatewayd.service.xml') diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 43ceb97032..5f4a0dbeff 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -79,6 +79,30 @@ certificate from. The certificate must be in PEM format. + + + + + Limit served entries to entries from system + services and the kernel, or to entries from services of + current user. This has the same meaning as + and options + for + journalctl1. If + neither is specified, all accessible entries are served. + + + + + + + + Serve entries interleaved from all available + journals, including other machines. This has the same meaning + as option for + journalctl1. + + @@ -89,6 +113,19 @@ the default runtime and system journal paths. + + + + Takes a file glob as an argument. Serve + entries from the specified journal files matching + GLOB instead of the default runtime + and system journal paths. May be specified multiple times, in + which case files will be suitably interleaved. This has the same meaning as + option for + journalctl1. + + + -- cgit v1.2.1