View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
message_format
Default Value: short
Valid Values: - short An application uses compressed headers when writing log records in its log file.
- full An application uses complete headers when writing log records in its log file.
Changes Take Effect: Immediately
Specifies the format of log record headers that Stat Server uses when it writes to its log file. Using compressed log record headers improves Stat Server performance and reduces the log's file size. With the value set to short:
- A header of the log file or the log file segment contains information about the application (such as the application name, application type, host type, and time zone), whereas single log records within the file or segment omit this information.
- A log message priority is abbreviated to Std, Int, Trc, or Dbg, for Standard, Interaction, Trace, or Debug messages, respectively.
- The message ID does not contain the prefix GCTI or the application type ID.
A log record in the full format looks like this:
2015-05-07T18:11:38.196 Standard localhost StatServer GCTI-00-05060 Application started
A log record in the short format looks like this:
2015-05-07T18:15:33.952 Std 05060 Application started
Note: Whether the full or short format is used, time is printed as specified by the time_format option.
Draft Option
No draft option