How to enable email debug logging manually without using Fisheye/Crucible administration
Symptoms
There are times, the email debug logging might not work properly even if it had been enabled under the Fisheye administration. The email debug logging can be enabled at Administration >> Global Settings >> Server >> Mail Server
.
Resolution
When enabling the email debug logging from the Fisheye administration did not work, you can perform the following to enable the email debug logging manually from the configuration file:-
- Shutdown Fisheye/Crucible instance
- Navigate to
FishEye/INST
folder path - Backup the file
log4j.xml
and open it using any text editor Find the fisheye.mail logger tag in the xml file and modify the level value from info to debug as shown below:-
<logger name="fisheye.mail"> <level value="debug"/> </logger>
- Close and save the file
- Start your Fisheye/Crucible instance