Debugging

To enable debugging for the Administration Console, perform the following steps:

1. Edit the $SWDIR/config/log4j.properties file.
2. In this file, replace WARN with debug in the following line:
"rootLogger.level=WARN"

The updated line should look like this:
rootLogger.level=debug

The Administration console logs are stored in the ipac.log file located in the $SWDIR/config directory.

Warning: Do not delete the ipac.log file. If deleted, it cannot be recreated and is restored only when you restart the Administration Console.
Note: Take a backup of the original file and apply those changes in the new log4j.properties file as the format has changed.