Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Working With Log Files > Event log file formats > Using logcat to convert binary logs to ASCII
Using logcat to convert binary logs to ASCII
Help | Content Gateway | Version 8.0.x
You must convert a binary log file to ASCII before you can analyze it using standard tools.
1.
2.
Make sure that the logcat utility is in your path.
3.
logcat options input_filename...
The following table describes the command-line options.
 
 
Note 
If no input files are specified, logcat reads from the standard input (stdin). If you do not specify an output file, logcat writes to the standard output (stdout).
For example, to convert a binary log file to an ASCII file, you can use the logcat command with either of the following options:
logcat binary_file > ascii_file
logcat -o ascii_file binary_file
The binary log file is not modified by this command.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Working With Log Files > Event log file formats > Using logcat to convert binary logs to ASCII
Copyright 2016 Forcepoint LLC. All rights reserved.