Logging Configuration
Overview
These pages provide information on how to check the logs for information regarding the operation of Universal Data Mover Gateway.
Configuration of the logging operations is done via each component configuration file and any eventually with the service configuration.
The logging levels supported by the logging implementation are:
- TRACE
- DEBUG
- INFOÂ (default)
- WARNING
- ERROR
- CRITICAL
Note
The logging level should be changed only at the request of Stonebranch, Inc. Customer Support, as it can have a huge impact on performance.
UDMG Server Logging Configuration
For UDMG Server, the logs are configured to write to files on Linux and Windows or to send to the syslogd daemon on Linux.
Refer to UDMG for Linux Installation Guide for the location of the configuration file.
Property Name | Description | Default |
---|---|---|
[log] | Section with the logging configuration | |
Level | All messages with a severity above this level will be logged. Possible values are DEBUG, INFO, WARNING, ERROR, and CRITICAL. | INFO |
LogTo | The path to the file where the logs must be written. Special values 'stdout' and 'syslog' log respectively to the standard output and to the syslog daemon. | stdout |
SyslogFacility | If LogTo is set on 'syslog', the logs will be written to this facility. | local0 |
LogPath | The directory for the log files of the Detailed Logging feature. When it is set, then the log messages for each server, partner and transfers are written to a specific file, for easier consultation and troubleshooting. LogPath\[server name].log LogPath\[partner name].log LogPath\[transfer id].log Furthermore, when the feature is activated, the log messages for a transfer record can be displayed on the UDMG Admin UI (as well as on the CLI and the API).
No default, if not path is provided then the Detailed Logging feature is disabled. |