Enabling verbose logging for Borland Search
To enable verbose logging for Borland Search do the following:
- Browse to
C:\Program Files\Borland\StarTeam Server 14.0\Search\config
- Edit the file called log4j.xml file
- Make the following changes:
<logger name="com.microfocus" additivity="false">
<level value="DEBUG"/>
<appender-ref ref="DEFAULT"/>
</logger>
<logger name="com.borland.starteam.server" additivity="false">
<level value="DEBUG"/>
<appender-ref ref="DEFAULT"/>
</logger> - Save and exit the file
- Restart the tomcat service.
With this change now in place additional verbose logging will be written to the starteam-search.log