X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournald.conf.xml;h=239a2ec95c49e38918a57285135d313a9f791fa0;hp=e0796e1cce4841363664b4e7a2a2b893f58847ec;hb=40b71e89bae4e51768db4dc50ec64c1e9c96eec4;hpb=348ced909724a1331b85d57aede80a102a00e428 diff --git a/man/journald.conf.xml b/man/journald.conf.xml index e0796e1cc..239a2ec95 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -269,12 +269,12 @@ violated when systemd-journald is started, the value will be raised to percentage that is actually free. This - means that if before there was enough - free space and journal files were + means that if there was enough + free space before and journal files were created, and subsequently something else causes the file system to fill up, journald will stop using more - space, but it'll will not removing + space, but it will not be removing existing files to go reduce footprint either. @@ -381,25 +381,32 @@ ForwardToSyslog= ForwardToKMsg= ForwardToConsole= + ForwardToWall= Control whether log messages received by the journal daemon shall be forwarded to a traditional syslog daemon, to the - kernel log buffer (kmsg), or to the - system console. These options take - boolean arguments. If forwarding to - syslog is enabled but no syslog daemon - is running, the respective option has - no effect. By default, only forwarding - to syslog is enabled. These settings - may be overridden at boot time with - the kernel command line options + kernel log buffer (kmsg), to the + system console, or sent as wall + messages to all logged-in users. These + options take boolean arguments. If + forwarding to syslog is enabled but no + syslog daemon is running, the + respective option has no effect. By + default, only forwarding to syslog and + wall 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_kmsg=, + systemd.journald.forward_to_console= and - systemd.journald.forward_to_console=. - + systemd.journald.forward_to_wall=. + When forwarding to the console, the + TTY to log to can be changed + with TTYPath=, + described below. @@ -407,12 +414,14 @@ MaxLevelSyslog= MaxLevelKMsg= MaxLevelConsole= + MaxLevelWall= 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 + on disk, forwarded to syslog, kmsg, + the console or wall (if that is + enabled, see above). As argument, + takes one of emerg, alert, crit, @@ -433,9 +442,11 @@ written to disk and forwarded to syslog. Defaults to notice for - MaxLevelKMsg= and + MaxLevelKMsg=, info for - MaxLevelConsole=. + MaxLevelConsole= and + emerg for + MaxLevelWall=.