A program's error log, as in the Manager for example, collects all the messages, such as error messages and warnings, that have occurred since the program started. The error log is reinitialized when the program is restarted.
NOTE: In the Manager, the icon in the program’s status bar indicates new messages in the error log. Double-click the icon to open the error log.
To display items from the Manager error log
- In the Manager, select the View | Error log menu item.
- Enable the view in the error log toolbar.
You can configure how the messages are displayed in the error log. To do this, switch the error log to advanced mode by clicking on the right of the column headers. Here you have the possibility to debug individual actions.
TIP: You can apply different filters to limit the information being displayed. Click the arrow in the column header and select a filter. The icon in the log toolbar shows whether a filter is active.
Figure 4: Simple error log (above) and advanced error log (below)
Icon | Meaning |
---|---|
Logs all critical error messages. (Severity level = Fatal) | |
Logs all information. (Severity level = Info) | |
Logs all warnings. (Severity level = Warning) | |
Logs all error messages. (Severity level = error) | |
Logs debugger output. This setting should only be used for testing. (Severity level = Debug) | |
Logs highly detailed information. This setting should only be used for analysis purposes. The log file quickly becomes large and cumbersome. (Severity level = Trace) | |
Adds a custom filter condition. | |
Deletes filter condition. | |
Searches for term. | |
Searches next term. | |
Marks all messages with a specific term. | |
Buffer size | Sets the message buffer size. The buffer's level is displayed next to the field. |
Deletes the buffer contents. | |
Stops logging. | |
Starts logging. | |
Saves log to file. | |
Specifies which column are displayed in the error log. | |
Copies selected messages to the clipboard. | |
Opens the error log with a text editor. |
The following information is displayed about a message. The range of information depends on the severity level of a message.
Detail | Description |
---|---|
Severity code | Level of information supplied for the message. |
Timestamp | Time and date of the log entry. |
Logger name | One Identity Manager component from which the message was sent. |
Message | Logged message. |
Error Message | Detailed error message. |
Data | Additional data about the message. |
Sequence ID | Number of the line in the error log. |
Stack trace | Complete stack trace for the error message. |
Session ID |
Session identification number. NOTE: If there is a filter set on the session ID, only the messages for this session are displayed, for example, loading collections and single objects. If the filter is not set, actions outside of the connection, such as loading of table definitions or configuration parameters, are also displayed. |
TIP: Double-click a message to display detailed information.
Figure 5: Detailed information about a message