Starting the Identity Service Center tracing

Identity Service Center tracing can be started for individual users, with little or no impact to other users of the Identity Service Center. We can view the Identity Service Center trace data in a separate browser window.

Log in to the Identity Service Center by using a modified URL, as shown here:

http://[host]:[port]/itim/ui?isimPath=debug&isimTrace=[logger]:[level]<,...>

Where.

[host]
Is the host name of ISIM server.

[port]
Is the port number of ISIM server application.

[logger]
Is the name of a specific Identity Service Center logger to start, or all to specify the logging level for all other loggers.

[level]
Is the logging level to be activated for the [logger]

<,...>
Indicates we can define multiple [logger]:[level] combinations, to start different levels of logging for different loggers.
The following Identity Service Center logger names are supported: The following Identity Service Center logging levels are support, in ascending order, which is based on importance or severity:

Starting logging at a specific level causes trace records for that level and all higher levels to be collected.

For example, starting logging at the debug level collects trace data for debug, info, warn, error, and fatal trace records. If no level is specified for a logger, all is assumed. The following URLs are equivalent and start all levels of logging for all loggers:

http://[host]:[port]/itim/ui?isimPath=debug&isimTrace=all
http://[host]:[port]/itim/ui?isimPath=debug&isimTrace=all:all
The following URLs are equivalent and start all logging for one logger and warn logging for all other loggers:
http://[host]:[port]/itim/ui?isimPath=debug&
isimTrace=com.ibm.isim.ui.util.api:all,all:warn
http://[host]:[port]/itim/ui?isimPath=debug&
all:warn,com.ibm.security.ui.util.store:all

Parent topic: Identity Service Center tracing