Oracle® Identity Manager Design Console Guide Release 9.0 Part Number B32143-01 |
|
|
View PDF |
This chapter describes the Oracle Identity Manager logging functions. It contains the following topics:
Oracle Identity Manager comes pre-installed with the ability to create log files related to the activities performed in the application. You can customize the level of information that is placed in these log files, the location where these log files reside, and the frequency of archiving the information in these files using configuration files. Oracle Identity Manager also provides logs files that contain standard error and standard out messages.
You can use the logs files created by Oracle Identity Manager to track activities being performed in the various modules (for example, adapter factory, task scheduler) of the application and monitor error messages and queries performed against the database. Both of these activities can be helpful when troubleshooting potential problems or testing anticipated application behavior.
You can control the following:
The level of information, that is, greater or lesser amount of detail, that is written to the logs.
Whether the logs are periodically archived and, if so, if they should be archived based on a user-specified time range or maximum file size.
The location in which the log file will be placed.
By default, Oracle Identity Manager creates six log files when the application is running. Three of these log files are controlled using a dedicated .cfg
file.
The location of log file and its properties are controlled by a properties file located in xlclient_home\config\log.properties
.
The following table explains how to set general behavior for the log files controlled using the .cfg
files.
To Control | Action |
---|---|
The amount of detail that is written to the logs | Set the level of all the Logger.Module.<module_name> entries to the desired logging level. For example, set the Logger.Module.ServerManager entry to ERROR . |
If the logs are periodically archived and, if so, if they are archived based on a user-specified time range or maximum file size | To specify that the log file is never to be archived, set the Logger.LogFile.RollingType entry to NONE .
To specify that the log file is to be archived based on time, date range, or both, set the
The default setting of the Note: Do not employ the ":" (colon) symbol anywhere in the data pattern. To specify that the log file is to be archived based on size of the log file, set the Then be sure to set the following: The The |
The location in which the log file will be placed | To specify the location in which the log file is created, set the Logger.LogFile.FilePath entry to the desired location. For example, to specify that the ServerManager.log file to be created in C:\oracle\xellerate\logs set this entry to ./logs/ServerManager.log (the ./ specifies the location of \oracle\xellerate ). Be sure to specify the log file name as well. |