Jump to: navigation, search

GVP MCP:log:message format

(Created page with "---- __NOTOC__ <!-- ==================== --> <!-- DO NOT EDIT --> =Published= {{Optionstmp |internalformid=1 (DO NOT EDIT THIS VALUE) |fromxml=true |docstatus=Published...")
 
m (1 revision imported)
(No difference)

Revision as of 19:49, January 11, 2016



Published

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 an application uses when writing logs in the log file. Using compressed log record headers improves application performance and reduces the log file's 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:
    2002-05-07T18:11:38.196 Standard localhost cfg_dbserver GCTI-00-05060 Application started
    A log record in the short format looks like this:
    2002-05-07T18:15:33.952 Std 05060 Application started

  • Extended Description

    Draft

    Default value:
    Valid Values:
    Changes Take Effect:




    Extended Description

    Comments or questions about this documentation? Contact us for support!