Configure the Client Logging
The Universal Messaging client log file is called umClient.log.
You can also configure Universal Messaging client logging using the watt.um.clientLog.level, watt.um.clientLog.size, and watt.um.clientLog.fileDepth properties.
1. In Integration Server Administrator, go to the Settings > Logging page.
2. In the Logger List, click UM client logger.
3. Click Edit UM Client Logger and set the fields described below.
Field | Description |
Log Level | Determines the information that is written to the log. Each level outputs log entries with that level or higher. |
Log Size | Maximum size of the log file. When this size is reached, Integration Server rolls the file over to a backup called umClient(number).log and creates a new file. |
Log Depth | Number of backup log files to keep on disk when using log rolling. When this number is reached, Integration Server deletes the oldest log file. |
4. Click Save Changes.
5. If you changed the log size or depth, restart Integration Server.
Note: | This logger cannot be disabled. |