This page last changed on May 04, 2010 by jlargman.
There may be circumstances where you need to turn on debug logging for indexing (e.g. when automatic indexing is not occurring or you are getting errors related to indexing).
Enabling debugging for indexing temporarily
From Administration >> Logging and Profiling, add the following package, and set to DEBUG:
com.atlassian.confluence.search.lucene
Enabling debugging for indexing permanently
- Edit <CONFLUENCE_INSTALL>/confluence/WEB-INF/classes/log4j.properties file and add
log4j.logger.com.atlassian.confluence.search.lucene=DEBUG
- Restart Confluence
Logging should appear in the <CONFLUENCE_HOME>/logs/atlassian-confluence.log file, like the following:
|