Logs and tracing
User interactions or errors are logged in the following places:
- The JVM logs are available from the IBM® WebSphere® Liberty administration console for all enterprise applications. Namely, in the SystemOut.log.
- After a user logs in, all user interface user interactions are recorded in the UI_AUDIT_LOG database table until the user logs out. This table can be purged periodically as needed. For more information about this table, see UI_AUDIT_LOG table.
User interface user interaction trace information
The following information is logged in the user interaction trace entries.
- Username
- The user who interacted with the user interface.
- IP address
- The IP address as provided by the network to which the user's computer is connected.
- Session ID
- Current session ID of the user. This ID is set by the browser when the user logs in.
- Start time
- Time that the recorded user interface event started.
- End time
- Time that the recorded user interface event ended.
- Request
- The request that was sent to the browser. This request is a URL with parameters.
- Action
- The name of the action and parameters that were used internally by the FTM
Operations and Administration
Console (OAC). The following table shows a list of possible
actions and their meaning.
Table 1. OAC actions Action Description NULLNo associated action - redirection usually to the error page. changeAppChange FTM application. deleteDelete (configuration items). deleteAllFavDelete all the favorites for the current user. deleteFavDelete the selected favorite for the user. gotoFollow a link or menu item in the OAC. refreshRefresh. renameFavRename a favorite. resolveResolve an object or objects in alert state. saveSave a configuration item. saveFavSave a favorite to the favorites menu of the current user. save_cfg_group_prefsSave a customization on the search results or search criteria window for the current user. save_prefsSave the preferences for the user. searchSearch. signinUser log in. viewDetailsView details. - Error code
- An integer that indicates whether the operation succeeded or failed:
- 0
- Success
- -1
- FTM OAC error.
- -2
- Database error.
- Error message
- Details about the error, if any.