Switching Between Binary and Text Logging

Last Updated : Nov 19, 2019 |
Prolog information
You can switch logging between using binary or text formats. Switching format automatically rolls over the current log file.
  • Binary Log Files – This is the raw format of records as received from the system. The records are not processed in any way by monitor other than being added to the log file. The file extension used is .mon.
  • Text Log Files – This is the interpreted format of records. Monitor adds additional information, for example, a record containing the raw entry pcol=6 is changed to pcol=6 (TCP). The file extension used is .txt.
    • When logging in text format or running the screen log, it is possible for some records to be lost due to the high number of packets that monitor has to interpret. Running a binary log and pausing the screen log reduces the chances of such lost packets.
  1. The Binary Logging icon indicates that binary logging is being used, the Text Logging icon, text logging.
  2. To change the mode, click on the icon.
  3. The current file logging is stopped and a new log file started using the new format.