Jump to: navigation, search

log4j Section



     

Use this configuration section to specify the Genesys Info Mart ETL options for logging events to a local file and to STDOUT. These options are separate from, and independent of, the Genesys Central Logger options that you specify in the [log] section.


console-pattern-layout

Default Value: %d{ISO8601} %-5p %-12t %m%n
Valid Values: Any valid pattern string
Changes Take Effect: Immediately
Dependencies: None

For information about this option, refer to the Apache logging site: http://logging.apache.org/index.html

file-pattern-layout

Default Value: %d{ISO8601} %-5p %-12t %m%n
Valid Values: Any valid pattern string
Changes Take Effect: Immediately
Dependencies: None

For information about this option, refer to the Apache logging site: http://logging.apache.org/index.html

log-file-name

Default Value: gim_etl.log
Valid Values: filespec
Changes Take Effect: Immediately
Dependencies: None

Specifies the path and file name of the log file. If you do not specify a path, the log files will be created in the installation directory.

log4j.appender.ConsoleLogger.Threshold

Default Value: info
Valid Values: trace, debug, info, warn, error, all, off
Changes Take Effect: Immediately
Dependencies: None

For information about this option, refer to the Apache logging site: http://logging.apache.org/index.html

logging-level

Default Value: info
Valid Values: debug, info, warn, error, none, all, off
Changes Take Effect: Immediately
Dependencies: None

Determines whether local logging is enabled, and specifies the minimum level of events to log. The DEBUG, INFO and WARN values correspond to the Genesys Management Layer DEBUG, TRACE, and STANDARD logging values, respectively.

In releases earlier than 8.1.3, the valid values were DEBUG, INFO, WARN, and NONE.

max-backup-index

Default Value: 10
Valid Values: Any positive integer
Changes Take Effect: Immediately
Dependencies: None

Specifies the maximum number of backup log files that are kept in addition to the active log file.

max-log-file-size

Default Value: 50MB
Valid Values: Any number, followed by a scale (KB for kilobytes, MB for megabytes, or GB for gigabytes)
Changes Take Effect: Immediately
Dependencies: None

Specifies the maximum size of the active log file before it is considered full and renamed as a backup file.

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