X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournald.conf.xml;h=f82130b9cfca1056e8ffbde8ac7ab804284c8532;hp=deb2344fc0e18a743908525e7ea15b6110a895e7;hb=f4bad2bd2abe8ae260a99a5336145d11efe79892;hpb=c66e7bc7a19c068ca1c414f2f8bd5dc13c20907f diff --git a/man/journald.conf.xml b/man/journald.conf.xml index deb2344fc..f82130b9c 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -276,7 +276,7 @@ Controls whether kernel log messages shall be stored in the journal. Takes a boolean argument - and defaults to enabled. Note that + and defaults to disabled. Note that currently only one userspace service can read kernel messages at a time, which means that kernel log message @@ -286,6 +286,46 @@ traditional syslog service. + + + Storage= + + Controls where to + store journal data. One of + volatile, + permanent, + auto and + none. If + volatile journal + log data will be stored only in + memory, i.e. below the + /run/log/journal + hierarchy (which is created if + needed). If + permanent data will + be stored preferably on disk, + i.e. below the + /var/log/journal + hierarchy (which is created if + needed), with a fallback to + /run/log/journal + (which is created if needed), during + early boot and if the disk is not + writable. auto is + similar to + permanent but the + directory + /var/log/journal + is not created if needed, so that its + existance controls where log data + goes. none turns + off all storage, all log data received + will be dropped. Forwarding to other + targets, such as the console, the + kernel log buffer or a syslog daemon + will still work however. Defaults to + auto. +