Revision: 4016 Author: wikipedian Date: 2007-08-09 14:11:30 +0000 (Thu, 09 Aug 2007)
Log Message: ----------- added instructions how to disable logging
Modified Paths: -------------- trunk/pywikipedia/config.py
Modified: trunk/pywikipedia/config.py =================================================================== --- trunk/pywikipedia/config.py 2007-08-09 14:10:36 UTC (rev 4015) +++ trunk/pywikipedia/config.py 2007-08-09 14:11:30 UTC (rev 4016) @@ -165,6 +165,8 @@ # log = ['interwiki', 'weblinkchecker', 'table2wiki'] # It is also possible to enable logging for all scripts, using this line: # log = ['*'] +# To disable all logging, use this: +# log = [] # Per default, logging of interwiki.py is enabled because its logfiles can # be used to generate so-called warnfiles. # This setting can be overridden by the -log or -nolog command-line arguments.