X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournald.conf.xml;h=deb2344fc0e18a743908525e7ea15b6110a895e7;hp=cce945b7dc3e50dd3a41a700e4da6a9ae0d773d8;hb=b4efdf97203ddf781c17f77be84cc61516a077d2;hpb=386da8589b4206b7fc5f5729908473edacbee013 diff --git a/man/journald.conf.xml b/man/journald.conf.xml index cce945b7d..deb2344fc 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -48,13 +48,15 @@ - journald.conf + /etc/systemd/journald.conf Description - This files configures various parameters of the systemd journal service. + This files configures various parameters of the + systemd journal service + systemd-journald.service8. @@ -126,7 +128,7 @@ prefixed with System apply to the journal files when stored on a - persistant file system, more + persistent file system, more specifically /var/log/journal. The options prefixed with @@ -142,9 +144,9 @@ exists. Otherwise only the latter applies. Note that this means that during early boot and if the - administrator disabled persistant + administrator disabled persistent logging only the latter options apply, - while the former apply if persistant + while the former apply if persistent logging is enabled and the system is fully booted up. SystemMaxUse= @@ -210,10 +212,10 @@ to syslog is enabled. These settings may be overridden at boot time with the kernel command line options - systemd_journald.forward_to_syslog=, - systemd_journald.forward_to_kmsg= + systemd.journald.forward_to_syslog=, + systemd.journald.forward_to_kmsg= and - systemd_journald.forward_to_console=. If + systemd.journald.forward_to_console=. If forwarding to the kernel log buffer and ImportKernel= is enabled at the same time care is taken @@ -222,6 +224,52 @@ + + MaxLevelStore= + MaxLevelSyslog= + MaxLevelKMsg= + MaxLevelConsole= + + Controls the maximum + log level of messages that are stored + on disk, forwarded to syslog, kmsg or + the console (if that is enabled, see + above). As argument, takes one of + emerg, + alert, + crit, + err, + warning, + notice, + info, + debug or integer + values in the range of 0..7 (corresponding + to the same levels). Messages equal or below + the log level specified are + stored/forwarded, messages above are + dropped. Defaults to + debug for + MaxLevelStore= and + MaxLevelSyslog=, to + ensure that the all messages are + written to disk and forwarded to + syslog. Defaults to + notice for + MaxLevelKMsg= and + info for + MaxLevelConsole=. + + + + TTYPath= + + Change the console TTY + to use if + ForwardToConsole=yes + is used. Defaults to + /dev/console. + + ImportKernel= @@ -246,6 +294,7 @@ See Also systemd1, + systemd-journald.service8, journalctl1, systemd.journal-fields7, systemd.conf5