To enable debug logging for Filr:
In a text editor, open the log4j.properties file from both of the following directories:
/opt/novell/filr/apache-tomcat/webappas/ssf/WEB-INF/
/opt/novell/filr/apache-tomcat/webapps/ssr/WEB-INF/
Uncomment each line that you want to enable debug logging in the log4j.properties file.
For example, to trace file synchronization and accesses through mirrored folders, uncomment the following lines in the log4j.properties file:
log4j.category.com.novell.teaming.module.folder.impl.PlusFolderModule=DEBUG log4j.category.org.kablink.teaming.module.file.impl.FileModuleImpl=DEBUG log4j.category.org.kablink.teaming.fi=DEBUG log4j.category.com.novell.teaming.fi=DEBUG log4j.category.com.novell.teaming.repository.fi=DEBUG
To trace interactions with resource drivers, uncomment the following lines in the log4j.properties file:
log4j.category.org.kablink.teaming.util.TraceableInputStreamWrapper=DEBUG log4j.category.com.novell.teaming.fi.TraceableAclResourceDriverWrapper=DEBUG log4j.category.com.novell.teaming.fi.TraceableAclResourceSessionWrapper=DEBUG
Monitor the /var/opt/novell/tomcat-filr/logs/ssf.log file.