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.