From f3bb3064d248eb87bcfa92c062941b774ecdad43 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sat, 15 Nov 2008 20:38:50 +0000 Subject: Added keeplogs directive to options block in new config. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1719 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example_new.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') 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 } /* -- cgit