summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man8/systemd-journald.service.8
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man8/systemd-journald.service.8')
-rw-r--r--upstream/opensuse-tumbleweed/man8/systemd-journald.service.825
1 files changed, 24 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man8/systemd-journald.service.8 b/upstream/opensuse-tumbleweed/man8/systemd-journald.service.8
index 7f439f04..58c564ca 100644
--- a/upstream/opensuse-tumbleweed/man8/systemd-journald.service.8
+++ b/upstream/opensuse-tumbleweed/man8/systemd-journald.service.8
@@ -1,5 +1,5 @@
'\" t
-.TH "SYSTEMD\-JOURNALD\&.SERVICE" "8" "" "systemd 254" "systemd-journald.service"
+.TH "SYSTEMD\-JOURNALD\&.SERVICE" "8" "" "systemd 255" "systemd-journald.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -247,6 +247,8 @@ regardless of the configuration\&. Use the
command to request flushing of the journal files, and wait for the operation to complete\&. See
\fBjournalctl\fR(1)
for details\&.
+.sp
+Added in version 186\&.
.RE
.PP
SIGUSR2
@@ -254,6 +256,8 @@ SIGUSR2
Request immediate rotation of the journal files\&. Use the
\fBjournalctl \-\-rotate\fR
command to request journal file rotation, and wait for the operation to complete\&.
+.sp
+Added in version 186\&.
.RE
.PP
SIGRTMIN+1
@@ -261,6 +265,8 @@ SIGRTMIN+1
Request that all unwritten log data is written to disk\&. Use the
\fBjournalctl \-\-sync\fR
command to trigger journal synchronization, and wait for the operation to complete\&.
+.sp
+Added in version 228\&.
.RE
.SH "KERNEL COMMAND LINE"
.PP
@@ -275,6 +281,17 @@ Enables/disables forwarding of collected log messages to syslog, the kernel log
See
\fBjournald.conf\fR(5)
for information about these settings\&.
+.sp
+Added in version 186\&.
+.RE
+.PP
+\fIsystemd\&.journald\&.max_level_store=\fR, \fIsystemd\&.journald\&.max_level_syslog=\fR, \fIsystemd\&.journald\&.max_level_kmsg=\fR, \fIsystemd\&.journald\&.max_level_console=\fR, \fIsystemd\&.journald\&.max_level_wall=\fR, \fIsystemd\&.journald\&.max_level_socket=\fR
+.RS 4
+Controls the maximum log level of messages that are stored in the journal, forwarded to syslog, kmsg, the console, the wall, or a socket\&. This kernel command line options override the settings of the same names in the
+\fBjournald.conf\fR(5)
+file\&.
+.sp
+Added in version 232\&.
.RE
.PP
Note that these kernel command line options are only honoured by the default namespace, see above\&.
@@ -316,6 +333,8 @@ Configure
\fBsystemd\-journald\fR
behavior\&. See
\fBjournald.conf\fR(5)\&.
+.sp
+Added in version 206\&.
.RE
.PP
/run/log/journal/\fImachine\-id\fR/*\&.journal, /run/log/journal/\fImachine\-id\fR/*\&.journal~, /var/log/journal/\fImachine\-id\fR/*\&.journal, /var/log/journal/\fImachine\-id\fR/*\&.journal~
@@ -359,6 +378,8 @@ will automatically remove the oldest archived journal files to limit disk use\&.
\fISystemMaxUse=\fR
and related settings in
\fBjournald.conf\fR(5)\&.
+.sp
+Added in version 206\&.
.RE
.PP
/dev/kmsg, /dev/log, /run/systemd/journal/dev\-log, /run/systemd/journal/socket, /run/systemd/journal/stdout
@@ -371,6 +392,8 @@ can listen for audit events using
\fBnetlink\fR(7), depending on whether
"systemd\-journald\-audit\&.socket"
is enabled or not\&.
+.sp
+Added in version 228\&.
.RE
.PP
If journal namespacing is used these paths are slightly altered to include a namespace identifier, see above\&.