Command Reference > infacmd isp Command Reference > ConvertLogFile
  

ConvertLogFile

Converts binary log files to text files, XML files, or readable text on the screen.
The infacmd isp ConvertLogFile command uses the following syntax:
ConvertLogFile

<-InputFile|-in> input_file_name

[<-Format|-fm> format_TEXT_XML]

[<-OutputFile|-lo> output_file_name]
The following table describes infacmd isp ConvertLogFile options and arguments:
Option
Argument
Description
-InputFile
-in
input_file_name
Required. Name and path for the log file you want to convert.
By default, the Service Manager writes log files to the server\infa_shared\log directory on the master gateway node.
-Format
-fm
format
Optional. Output file format. Valid types include:
  • - Text
  • - XML
If you do not specify a format, infacmd uses text format with lines wrapped at 80 characters.
-OutputFile
-lo
output_file_name
Optional. Name and file path for the output file.
If you do not specify an output file name, infacmd displays the log events on the screen.