enRoleLogging.properties
The enRoleLogging.properties file specifies attributes that govern the operation of the jlog logging and tracing API that is bundled with Identity Manager.
jlog is a logging package for Java™. With this package, you can log messages by message type and priority. At run time, you also can control how these messages are formatted and where they are reported.
The enRoleLogging.properties properties page defines the properties that are used to configure IBM Verify Identity Governance logging properties and which are available for modification.
enRoleLogging.properties properties
- General settings
logger.refreshInterval
Enabling tracing for the Identity Manager user interface
You must set the level to FINEST in WebSphere® Application Server to get the user interface trace working.
- Set the appropriate component loggers in the enRoleLogging.properties file.
- Enable WebSphere tracing by logging in to the WebSphere Application Server administrative console.
- Log in to the WebSphere Application Server administrative console.
- Select Troubleshooting -> Logs and Trace.
- Click the appropriate server (for example, Server1).
- Select Change log detail levels under General
Properties.
- To make a static change to the configuration, click the Configuration
tab.
A list of well-known components, packages, and groups is displayed.
- To change the configuration dynamically, click the Runtime tab.
The list of components, packages, and groups displays all the components that are currently registered on the running server.
- To make a static change to the configuration, click the Configuration
tab.
- Expand the node for com.ibm.itim.* under *[All Components].
- Click the node labeled
com.ibm.itim.ui.*
and select All Messages and Traces. - Click Apply.
- Click OK.
- Stop and then restart the WebSphere Application Server to set the static configuration changes.
# UI-tier tracing
# logger.trace.com.ibm.itim.ui.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.common.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.controller.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.customizer.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.help.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.impl.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.listener.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.tasklauncher.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.validator.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.view.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.viewmodel.level=DEBUG_MIN
For more information about setting the trace level, see http://www.ibm.com/support/knowledgecenter/SSBJCK_7.0.0/com.ibm.btools.modeler.basic.inst.doc/configuring/settingloggingpreferences.html.