Plug-in tracing
If problem occurs in a wizard or while publishing, and you need to find a exception stack trace, look in the logging files.
To enable logging:
- Click Window → Preferences.
- In the Preferences window, click Logging.
- In the Loggers tab, scroll down to com.ibm.wcm.resource.wizards in the Logger Name field.
- Slowly click twice on the Logging level that you want to change.
- Select your new Logging Level from the drop-down list that will appear beside the current Logging level.
- To enable all logging, choose Finest.
- Click Apply.
- Click OK
Relative to the workspace root, the log file is .metadata/.plugins/com.ibm.pzn.resource.wizards/debug.log.
If errors are caught by Rational Application Developer instead of the plug-in, they will be logged in .metadata/.log
Back