X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fjournald.conf.xml;h=66189bd92d70285bccaec0ad02ce7d75cfaa2ae7;hb=fb0951b02ebf51a93acf12721d8857d31ce57ba3;hp=b06a23d80e39309f28b86bc3c1bf64ac3164f2c9;hpb=1f2da9ec5152cbf48c214969e079d9281ef68660;p=elogind.git diff --git a/man/journald.conf.xml b/man/journald.conf.xml index b06a23d80..66189bd92 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -278,6 +278,57 @@ time. + + MaxFileSec= + + The maximum time to + store entries in a single journal + file, before rotating to the next + one. Normally time-based rotation + should not be required as size-based + rotation with options such as + SystemMaxFileSize= + should be sufficient to ensure that + journal files don't grow without + bounds. However, to ensure that not + too much data is lost at once when old + journal files are deleted it might + make sense to change this value from + the default of one month. Set to 0 to + turn off this feature. This setting + takes time values which may be + suffixed with the units year, month, + week, day, h, m to override the + default time unit of + seconds. + + + + MaxRetentionSec= + + The maximum time to + store journal entries for. This + controls whether journal files + containing entries older then the + specified time span are + deleted. Normally time-based deletion + of old journal files should not be + required as size-based deletion with + options such as + SystemMaxUse= + should be sufficient to ensure that + journal files don't grow without + bounds. However, to enforce data + retention policies it might make sense + to set change this value from the + default of 0 (which turns off this + feature). This settings also takes + time values which may be suffixed with + the units year, month, week, day, h, m + to override the default time unit of + seconds. + + ForwardToSyslog= ForwardToKMsg=