diff --git a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in index 2ab405f6..b2e2011d 100644 --- a/src/sampleconf/recoll.conf.in +++ b/src/sampleconf/recoll.conf.in @@ -1,4 +1,4 @@ -# @(#$Id: recoll.conf.in,v 1.19 2007-08-07 08:26:40 dockes Exp $ (C) 2004 J.F.Dockes +# @(#$Id: recoll.conf.in,v 1.20 2007-08-26 13:34:06 dockes Exp $ (C) 2004 J.F.Dockes # # Recoll default configuration file. This typically lives in # @prefix@/share/recoll/examples and provides default values. You can @@ -28,6 +28,11 @@ skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \ loglevel = 3 logfilename = stderr +# Specific versions of log file name and level for the indexing daemon. The +# default is to use the above values. +# daemloglevel = 3 +# daemlogfilename = /dev/null + # Languages for which to build stemming databases at the end of # indexing. Stemmer names can be found on http://www.xapian.org # The flag to perform stem expansion at query time is now set from the GUI