Jump to: navigation, search

Stat Server:log:compatible-output-priority


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

compatible-output-priority

Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately


Specifies whether the application uses 6.x output logic.

Valid values:

  • true: The log of the level specified by Log Output Options is sent to the specified output.
  • false: The log of the level specified by Log Output Options and higher levels is sent to the specified output.

For example, you configure the following options in the log section for a 6.x application and for a 8.x application:
[log]
verbose=all
debug=file1
standard=file2

Stat Server 6.x log file content is as follows:

  • file1 contains debug messages only.
  • file2 contains standard messages only.

Stat Server 8.x log file content is as follows:

  • file1 contains debug, trace, interaction, and standard messages.
  • file2 contains standard messages only.

Warning! Genesys does not recommend changing the default value of the compatible-output-priority option unless you have specific reasons to use the 6.x log output logic—that is, to mimic the output priority as implemented in releases 6.x. Setting this option to true affects log consistency.

Draft Option

No draft option

This page was last edited on November 24, 2016, at 17:45.
Comments or questions about this documentation? Contact us for support!