diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-16 22:58:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-16 22:58:07 +0200 |
commit | fb0951b02ebf51a93acf12721d8857d31ce57ba3 (patch) | |
tree | b9dd7a414d8a5a600d4b41e8e830faef7b6cf22a /src/journal/journald.conf | |
parent | 1f2da9ec5152cbf48c214969e079d9281ef68660 (diff) |
journal: implement time-based rotation/vacuuming
This also enables time-based rotation (but not vacuuming) after 1month,
so that not more one month of journal is lost at a time per vacuuming.
Diffstat (limited to 'src/journal/journald.conf')
-rw-r--r-- | src/journal/journald.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/journald.conf b/src/journal/journald.conf index e5f3b76a68..49648332c7 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -22,6 +22,8 @@ #RuntimeKeepFree= #RuntimeMaxFileSize= #RuntimeMinFileSize= +#MaxRetentionSec= +#MaxFileSec=1month #ForwardToSyslog=yes #ForwardToKMsg=no #ForwardToConsole=no |