Retrieves the connection log information for a specified connection.
ratool -getLogInfo <connection_name> [-file <log_file>]
The name of the connection for which you want log information.
The name of the log file to which you are sending the connection log information.
To get the connection log information for connection RepToJMS:
ratool -getLogInfo RepToJMS
To get the connection log information for connection RepToJMS and send log information to RepToJMS.log:
ratool -getLogInfo RepToJMS -file RepToJMS.log
To get the connection log information for connection RepToJMS and send log information to the default log file (defaultRepToJMS.log):
ratool -getLogInfo RepToJMS -file
By default, the log information displays to a standard output screen. If you specify -file, log information is sent to the specified file name. If -flag is specified without a file name, log information is sent to a default file, default<connection_name>.log.