Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The logging levels supported by the logging implementation are:

  • TRACE
  • DEBUG
  • INFO (default)
  • WARNING
  • ERROR
  • CRITICAL

...

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).


If LogTo is set on 'syslog', only the UDMG server log sent to the syslog daemon, the other messages are written to the above files.

No default, if not path is provided then the Detailed Logging feature is disabled.


...