summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man5/journald.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man5/journald.conf.5')
-rw-r--r--upstream/opensuse-tumbleweed/man5/journald.conf.524
1 files changed, 23 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man5/journald.conf.5 b/upstream/opensuse-tumbleweed/man5/journald.conf.5
index dc754063..0e01b600 100644
--- a/upstream/opensuse-tumbleweed/man5/journald.conf.5
+++ b/upstream/opensuse-tumbleweed/man5/journald.conf.5
@@ -1,5 +1,5 @@
'\" t
-.TH "JOURNALD\&.CONF" "5" "" "systemd 254" "journald.conf"
+.TH "JOURNALD\&.CONF" "5" "" "systemd 255" "journald.conf"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -155,6 +155,8 @@ to an empty string\&.
Note that per\-user journal files are not supported unless persistent storage is enabled, thus making
\fBjournalctl \-\-user\fR
unavailable\&.
+.sp
+Added in version 186\&.
.RE
.PP
\fICompress=\fR
@@ -170,6 +172,8 @@ Takes a boolean value\&. If enabled (the default), and a sealing key is availabl
command), Forward Secure Sealing (FSS) for all persistent journal files is enabled\&. FSS is based on
\m[blue]\fBSeekable Sequential Key Generators\fR\m[]\&\s-2\u[1]\d\s+2
by G\&. A\&. Marson and B\&. Poettering (doi:10\&.1007/978\-3\-642\-40203\-6_7) and may be used to protect journal files from unnoticed alteration\&.
+.sp
+Added in version 189\&.
.RE
.PP
\fISplitMode=\fR
@@ -185,6 +189,8 @@ for more details about UID ranges\&. If
\fIStorage=\fR
above), only a single journal file is used\&. Defaults to
"uid"\&.
+.sp
+Added in version 190\&.
.RE
.PP
\fIRateLimitIntervalSec=\fR, \fIRateLimitBurst=\fR
@@ -335,6 +341,8 @@ should be sufficient to ensure that journal files do not grow without bounds\&.
or
"m"
to override the default time unit of seconds\&.
+.sp
+Added in version 195\&.
.RE
.PP
\fIMaxRetentionSec=\fR
@@ -350,11 +358,15 @@ should be sufficient to ensure that journal files do not grow without bounds\&.
or
" m"
to override the default time unit of seconds\&.
+.sp
+Added in version 195\&.
.RE
.PP
\fISyncIntervalSec=\fR
.RS 4
The timeout before synchronizing journal files to disk\&. After syncing, journal files are placed in the OFFLINE state\&. Note that syncing is unconditionally done immediately after a log message of priority CRIT, ALERT or EMERG has been logged\&. This setting hence applies only to messages of the levels ERR, WARNING, NOTICE, INFO, DEBUG\&. The default timeout is 5 minutes\&.
+.sp
+Added in version 199\&.
.RE
.PP
\fIForwardToSyslog=\fR, \fIForwardToKMsg=\fR, \fIForwardToConsole=\fR, \fIForwardToWall=\fR
@@ -412,6 +424,8 @@ for
"systemd\&.journald\&.max_level_kmsg=",
"systemd\&.journald\&.max_level_console=",
"systemd\&.journald\&.max_level_wall="\&.
+.sp
+Added in version 185\&.
.RE
.PP
\fIReadKMsg=\fR
@@ -421,6 +435,8 @@ Takes a boolean value\&. If enabled
processes
/dev/kmsg
messages generated by the kernel\&. In the default journal namespace this option is enabled by default, it is disabled in all others\&.
+.sp
+Added in version 235\&.
.RE
.PP
\fIAudit=\fR
@@ -438,6 +454,8 @@ collects generated audit records, it just controls whether it tells the kernel t
from collecting the generated messages, the socket unit
"systemd\-journald\-audit\&.socket"
can be disabled and in this case this setting is without effect\&.
+.sp
+Added in version 246\&.
.RE
.PP
\fITTYPath=\fR
@@ -446,6 +464,8 @@ Change the console TTY to use if
\fIForwardToConsole=yes\fR
is used\&. Defaults to
/dev/console\&.
+.sp
+Added in version 185\&.
.RE
.PP
\fILineMax=\fR
@@ -457,6 +477,8 @@ characters\&. If no such delimiter is read for the specified number of bytes a h
or
\fBAF_INET\fR
datagram\&. Takes a size in bytes\&. If the value is suffixed with K, M, G or T, the specified size is parsed as Kilobytes, Megabytes, Gigabytes, or Terabytes (with the base 1024), respectively\&. Defaults to 48K, which is relatively large but still small enough so that log records likely fit into network datagrams along with extra room for metadata\&. Note that values below 79 are not accepted and will be bumped to 79\&.
+.sp
+Added in version 235\&.
.RE
.SH "FORWARDING TO TRADITIONAL SYSLOG DAEMONS"
.PP