====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
config:howto_find_error_cause [2009/03/05 20:58] 127.0.0.1 external edit |
config:howto_find_error_cause [2024/09/18 08:31] (current) |
||
---|---|---|---|
Line 71: | Line 71: | ||
The Regain index is a standard Lucene index. A tool to check the information is [[http://www.dotlucene.net/documentation/ToolforAnalyzingLuceneInd.html|lukeall]]. With [[http://www.getopt.org/luke/|Lucene Index Toolbox]] you can modify the search index... | The Regain index is a standard Lucene index. A tool to check the information is [[http://www.dotlucene.net/documentation/ToolforAnalyzingLuceneInd.html|lukeall]]. With [[http://www.getopt.org/luke/|Lucene Index Toolbox]] you can modify the search index... | ||
+ | ===== Enable Debug Logging ===== | ||
+ | |||
+ | In ''log4.properties'' (in ''crawler/'' or ''desktop/conf''), uncomment the following lines (removing the ''#''): | ||
+ | |||
+ | <code> | ||
+ | log4j.category.net.sf.regain=DEBUG | ||
+ | log4j.category.net.sf.regain.crawler.Crawler=DEBUG | ||
+ | </code> | ||
+ | |||
+ | This will greatly increase the verbosity of the logging output concerning regain issues. |