diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index b48963524..5993ca3d6 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -341,6 +341,16 @@ options { * above for performance impacts if you do this. */ timeoutcheck = 3s + + /* + * Set the number of days log files are kept. If you don't give it, or if you + * set it to 0, logs will be kept indefinitely. + * + * NOTE: Services must run 24 hours a day for this feature to work. + * + * This directive is optional, but recommended. + */ + keeplogs = 7 } /* |
