ltfsee_catcsvlog

How to convert CSV-formatted messages into human-readable messages.

The CSV-formatted messages that are found in the /var/log/ltfsee_trc.log file can be converted into human-readable format by using ltfsee_catcvslog command.

Syntax

ltfsee_catcsvlog
Use one of the following commands to convert CSV-formatted messages to a human-readable format:
  • # /opt/ibm/ltfsee/bin/ltfsee_catcsvlog /var/log/ltfsee_trc.log
  • # cat /var/log/ltfsee_trc.log | /opt/ibm/ltfsee/bin/ltfsee_catcsvlog
  • # tail -f /var/log/ltfsee_trc.log | /opt/ibm/ltfsee/bin/ltfsee_catcsvlog
Multiple log files are accepted as command-line arguments by ltfsee_catcsvlog. If no argument is specified, ltfsee_catcsvlog reads from stdin.
Sample output

CSV format
GLES,56407799,5a57a,M,1a,526,4e,3cdb,3d7f
Readable format
2015-11-09 19:38:17.370042 [15579:15743]: GLESM026I(exit_flags:78): exiting LTFS EE
Note: The ltfsee_trc.log is generated through the local2 facility.