Previous Topic: Configure Logging for a Connector

Next Topic: Change the Administrator Password for CA IAM CS


Interpreting Log Messages

All log messages include the following information:

Date and time

Records the timestamp on the local host when the message was logged. The date and time use ISO8601 format.

Elapsed time

The number of milliseconds elapsed since the server started.

Thread name

Identifies the thread that logged the message, for example [Timer-1].

Bundle name, class name, and line number

Records the bundle that contains the executed code, the class from which the message came, and the line number (if this number is available). This section uses the following format:

(bundle-name:class-name:line)

For example:

(com.ca.jcs.core:com.ca.jcs.osgi.listener.ImplBundleServiceListener:123)
Severity level

Identifies the severity of the message.

Message

Gives the actual log message.