X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournald.conf.xml;h=fe47fdffec70c0a0b7d41ede80644ce86cfb220b;hb=3ae83f9896bff49679c8a60e6ff9520557df8b16;hp=30523c5370c6316cb37de548396b94ce1e738e6e;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 30523c537..fe47fdffe 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -183,7 +183,7 @@ messages is generated. This rate limiting is applied per-service, so that two services which log do not - interfere with each others' + interfere with each other's limits. Defaults to 200 messages in 10s. The time specification for RateLimitInterval= @@ -246,7 +246,7 @@ configured in SystemMaxUse= and RuntimeMaxUse= is - available. Defaults to 5% of the size + available. Defaults to 15% of the size of the respective file system. SystemMaxFileSize= and @@ -263,8 +263,9 @@ that usually seven rotated journal files are kept as history. Specify values in bytes or use K, M, G, T, P, - E as units for the specified - sizes. Note that size limits are + E as units for the specified sizes + (equal to 1024, 1024²,... bytes). + Note that size limits are enforced synchronously to journal files as they are extended, and need no explicit rotation step triggered by @@ -322,6 +323,16 @@ seconds. + + + SyncIntervalSec= + + The timeout before syncing journal + data to disk. After syncing journal files have + OFFLINE state. Default timeout is 5 minutes. + + + ForwardToSyslog= ForwardToKMsg= @@ -404,7 +415,7 @@ systemd-journald.service8, journalctl1, systemd.journal-fields7, - systemd.conf5 + systemd-system.conf5