Universal Messaging 10.11 | Operations Guide | Logging | Client-Side Logging
 
Client-Side Logging
The Universal Messaging client API supports a variety of parameters that you can specify in the command line of any Universal Messaging client application. The -D parameters that you can use for client-side logging are listed in the following table.
Name
Description
LOGLEVEL
Specifies the current log level to use (0=highest log level, 7=lowest log level). The default value is 7 (OFF).
LOGFILE
Specifies a client log file. The default value is System.out.
LOGSIZE
Specifies the size in bytes before the log file is rolled. The default value is 100000.
In addition, you can use the javax.net.debug=ssl generic JSSE command-line option to debug SSL issues. This option is available through the Java Secure Socket Extension (JSSE) component of the Java SE platform.
The default client log name has the format ClientLog_ModuleName.log