Configuration Options
Knowledge Center Cluster Application Options
Name | Description | Value |
---|---|---|
Section: cms.cluster | ||
type | Type of storage used for repository Applies to: Genesys Knowledge Center CMS |
Default: cassandra Valid Values: jdbc*, cassandra, mssql, oracle, postegre** Important
|
dbConnectionUrl | Correct connection string for connection to MS SQL/Oracle/PostreSQL,
this options should be configured when type option in the same section is set to mssql or oracle |
Default: n/a Valid Values: jdbc:jtds:sqlserver://<host of MS SQL server>:<port of MS SQL server; 1433 by default>;databaseName=<CMS DB name> Oracle example: jdbc:oracle:thin:<userName>/<password>@<host of Oracle DB>:<port of Oracle DB; 1521 by default>:<SID. e.g. ORCL> PostreSQL example: jdbc:postgresql://<host of PostreSQL server>:<port of PostreSQL server; 5432 by default>/<CMS DB name> Changes Take Effect: After restart |
dbDriverClass | Driver class name for MS SQL/Oracle connector; when type option in the same section is set to mssql or oracle Applies to: Genesys Knowledge Center CMS Important As of version 8.5.304 you can ignore this option when type option is set to either mssql, oracle, or postgre. CMS will use the proper driver based on the database selected. |
Default: net.sourceforge.jtds.jdbc.Driver Valid Values: example for jTDS 1.2.7 for MS SQL - net.sourceforge.jtds.jdbc.Driver |
dbUsername | Name of user for access JDBC database Applies to: Genesys Knowledge Center CMS Important Does not have have an effect when type is set to cassandra. For Cassandra, use userName option in cassandra-keyspace section |
Default: n/a Valid Values: correct username |
dbPassword | Password for user for access JDBC database Applies to: Genesys Knowledge Center CMS Important Does not have have an effect when type is set to cassandra. For Cassandra, use userName option in cassandra-keyspace section |
Default: n/a Valid Values: correct password |
jgroupsConfiguration | Determine the communication approach used
to interact between a servers. |
Default: TCP Valid Values: JGROUPS_UPD, JGROUPS_TCP, JGROUPS_EC2, TCP, TCP_NIO, TCP_GOSSIP, TUNNEL, UDP_LARGECLUSTER |
cacheName | Cache name, table(Oracle, MSSQL) or column family(Cassandra) name for main infinispan cache Applies to: Genesys Knowledge Center CMS |
Default: gkc Valid Values: any string < 32 characters |
cacheBinaryName | Binary cache name, table(Oracle, MSSQL) or column family(Cassandra) name for binary infinispan cache Applies to: Genesys Knowledge Center CMS |
Default: gkc-binary Valid Values: any string < 32 characters |
cacheMetadataName | Metadata cache name, table(Oracle, MSSQL) or column family(Cassandra) name for metadata infinispan cache Applies to: Genesys Knowledge Center CMS |
Default: gkc-metadata Valid Values: any string < 32 characters |
Section: cms.general | ||
externalURL | Public URL that is used to access the CMS (like http://<cms host>:<CMS default port>/gks-cms). This URL will be used to build the link on the attachments in knowledge documents. Applies to: Genesys Knowledge Center CMS |
Default: none Valid Values: Valid URL |
Section: cms.index | ||
minNodes |
Defines a minimal number of CMS nodes required to form a functioning CMS Cluster. |
Default: 0 Valid Values: int, in range [0; 999] |
Section: general | ||
session-ttl | Specify time that server will store session information while no activities are taking place. Applies to: Genesys Knowledge Center Server |
Default: 8h Valid Values: number + unit, for example 1d or 3m. Supported units: d (days), m (minutes), h (hours), or w(weeks) |
esReadOnly | Allow only read operation over ES port. Important Enabling write access through the native ElasticSearch REST API may result in data loss and/or corruption. Please ensure that only designated users/hosts will have access to this API.Applies to: Genesys Knowledge Center Server |
Default: true Valid Values: true, false |
knowledgebaseFolder | Name of the folder that will store information about the knowledge bases definitions in Configuration Server. The folder will be placed in Script objects within Tenant that knowledge bases belong to. Note: Since 8.5.303.14 |
Default: knowledge Valid values: any string |
Section: search | ||
numberOfAnswers | Number of documents returned in the result. Applies to: Genesys Knowledge Center Server |
Default: 6
Valid Values:: int, in range [1; 65535] |
Section: index | ||
minimumMasterNodes | Defines a minimal number of server nodes required to form a functioning Server Cluster. If value is 0 - Cluster will work properly in case if (N/2)+1 nodes started, where N is count of all configured GKS nodes in GKS cluster. Applies to: Genesys Knowledge Center Server |
Default: 0
Valid Values: int, in range [1; 100] |
docstatNumberOfShards | Number of shards for "docstat" index of each knowledge base Applies to: Genesys Knowledge Center Server |
Default: 1
Valid Values: int, in range [1; 10] |
docstatNumberOfReplicas | Number of replicas for "docstat" index of each knowledge base. Applies to: Genesys Knowledge Center Server |
Default: 1
Valid Values: int, in range [1; 10] |
historyNumberOfShards | Number of shards for index of "history". Applies to: Genesys Knowledge Center Server |
Default: 1
Valid Values: int, in range [1; 10] |
historyNumberOfReplicas | Number of replicas for index of "history". Applies to: Genesys Knowledge Center Server |
Default: 1
Valid Values: int, in range [1; 10] |
Section: reporting | ||
geo | Determine the precision of the IP geo-location algorithm. Applies to: Genesys Knowledge Center Server |
Default: CITY Valid Values: OFF - Disabled, IP - Customer's IP Address,
COUNTRY - Customer's country, CITY - Customer's city |
ttl | Specify time that records will be stored in the history. Applies to: Genesys Knowledge Center Server |
Default: 365d Valid Values:number + unit, for example 1d or 3m. Supported units:
d (days), m (minutes), h (hours), or w(weeks) |
Section: log | ||
all | Specifies the outputs to which an application sends all log events. The log output types must be separated by a comma when more than one output is configured.
For example: all = stdout, logfile |
Default: stdout Valid Values: (log output types) Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. Setting the all log level option to the network output enables an application to send log events of the Standard, Interaction, and Trace levels to Message Server. Debug-level log events are neither sent to Message Server nor stored in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: After start or restart. |
standard | Specifies the outputs to which an application sends the log events of the Standard level. The log output types must be separated by a comma when more than one output is configured. For example: standard = stderr, network. Applies to: Genesys Knowledge Center Server, Genesys Knowledge Center CMS |
Default: stdout Valid Values: Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: Immediately |
trace | Specifies the outputs to which an application sends the log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels). The log outputs must be separated by a comma when more than one output is configured.
For example: trace = stderr, network. |
Default: stdout Valid Values: Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: Immediately |
verbose | Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are Standard, Interaction, Trace, and Debug. Applies to: Genesys Knowledge Center Server, Genesys Knowledge Center CMS |
Default: standard Valid Values: All log events (that is, log events of the Standard, Trace, Interaction, and Debug levels) are generated. [+] debug The same as all. [+] trace Log events of the Trace level and higher (that is, log eventsof the Standard, Interaction, and Trace levels) are generated, but log events of the Debug level are not generated. [+] interaction Log events of the Interaction level and higher (that is, log events of the Standard and Interaction levels) are generated, but log events of the Trace and Debug levels are not generated. [+] standard Log events of the Standard level are generated, but log events of the Interaction, Trace, and Debug levels are not generated. [+] none No output is produced. Changes Take Effect: Immediately |
segment | Specifies whether there is a segmentation limit for a log file.
If there is, sets the mode of measurement, along with the maximum size. If the current log segment exceeds the size
set by this option, the file is closed and a new one is created.
This option is ignored if log output is not configured to be sent
to a log file. |
Default: 1000 Valid Values: No segmentation is allowed. [+] <number> KB or <number> Sets the maximum segment size, in kilobytes. The minimum segment size is 100 KB. [+] <number> MB Sets the maximum segment size, in megabytes. [+] <number> hr Sets the number of hours for the segment to stay open. The minimum number is 1 hour. Changes Take Effect: After restart. |
expire | Determines whether log files expire. If they do, sets the measurement for determining when they expire, along with
the maximum number of files (segments) or days before the files are removed. This option is ignored if log output is not configured to be sent to a log file. |
Default: 3 Valid Values: No expiration; all generated segments are stored. [+] <number> file or <number> Sets the maximum number of log files to store. Specify a number from 1—1000. [+] <number> day Sets the maximum number of days before log files are deleted. Specify a number from 1—100. Changes Take Effect: After restart. Important If an option's value is not set within the range of valid values, it will automatically be reset to 10. |
affectedLoggers | Verbosity settings are explicitly applied for the following loggers:
For other loggers specified in log4j2.xml, but not mentioned in the value for this option, the verbosity level is not re-applied.
write debug messages to the log file.
additivity="false">
In the sample above, the value of affectedLoggers should be com.genesyslab.platform. Error (but not debug or info) messages from Cassandra will be available in logs, and debug messages from com.genesyslab.platform will be
available in logs. |
Default: None Valid Values: The names of loggers, separated by a semicolon (;),
specified in the LOG4J2.xml. For example: |
time_format | Specifies how to represent, in a log file, the time when an application generates log records. A log record's time field
in the ISO 8601 format looks like this: 2001-07-24T04:58:10.123. |
Default: time Valid Values: The time string is formatted according to the HH:MM:SS.sss (hours, minutes, seconds, and milliseconds) format. [+] locale The time string is formatted according to the system’s locale. [+] ISO8601 The date in the time string is formatted according to the ISO 8601 format. Fractional seconds are given in milliseconds. Changes Take Effect: Immediately |
time_convert | Specifies the system in which an application calculates the log record time when generating a log file. The time is converted from the time in seconds since 00:00:00 UTC, January 1, 1970. Applies to: Genesys Knowledge Center Server, Genesys Knowledge Center CMS |
Default: local
Valid Values: The time of log record generation is expressed as a local time, based on the time zone and any seasonal adjustments. Time zone information of the application’s host computer is used. [+] utc The time of log record generation is expressed as Coordinated Universal Time (UTC). Changes Take Effect: Immediately |
Section: security | ||
auth-scheme | Specifies the HTTP authentication scheme used to secure REST API requests to the Knowledge Server. With the Basic scheme, clients must be authenticated with a user ID and password. Applies to: Genesys Knowledge Center Server |
Default: none Valid Values: none, basic |
user-id | The user identifier (login) used in authentication for the REST API. Applies to: Genesys Knowledge Center Server |
Default: n/a Valid Values: string |
password | The user password used in authentication for the REST API. Applies to: Genesys Knowledge Center Server |
Default: n/a Valid Values:string |
Section: cassandra-keyspace Important: Cassandra support is deprecated. | ||
name | name of the cassandra keyspace. Applies to: Genesys Knowledge Center CMS |
Default: gkccms Valid Values: string, any valid cassandra keyspace name |
dataCompression | The compression algorithm to use. Applies to: Genesys Knowledge Center CMS |
Default: LZ4Compressor Valid Values: None, LZ4Compressor, SnappyCompressor,
and DeflateCompressor |
userName | Cassandra user name. Applies to: Genesys Knowledge Center CMS |
Default:n/a Changes Take Effect: After restart. |
password | Cassandra password. Applies to: Genesys Knowledge Center CMS |
Default:n/a Changes Take Effect: After restart. |
replicationStrategy | Cassandra replication strategy. Applies to: Genesys Knowledge Center CMS |
Default: SimpleStrategy Valid Values: valid replication strategy name |
replicationStrategyParams | Cassandra replication strategy params. Applies to: Genesys Knowledge Center CMS |
Default: 'replication_factor':3 Changes Take Effect: After restart. |
readConsistencyLevel | Cassandra consistency level for reading. Applies to: Genesys Knowledge Center CMS |
Default: ONE Valid Values: 1-ONE, 2-QUORUM,3-LOCAL_QUORUM,4-EACH_QUORUM,5-ALL,6-ANY,7-TWO,8-THREE,9-SERIAL,10-LOCAL_SERIAL,11-LOCAL_ONE |
writeConsistencyLevel | Cassandra consistency level for writing. Applies to: Genesys Knowledge Center CMS |
Default: ONE Valid Values: 1-ONE, 2-QUORUM,3-LOCAL_QUORUM,4-EACH_QUORUM,5-ALL,6-ANY,7-TWO,8-THREE,9-SERIAL,10-LOCAL_SERIAL,11-LOCAL_ONE |
Section: cassandra-security Important: Cassandra support is deprecated | ||
enable-ssl | Enables or disables SSL for connection to Cassandra cluster. Applies to: Genesys Knowledge Center CMS |
Default: false Valid Values: true, false |
truststore-path | Path to truststore. Applies to: Genesys Knowledge Center CMS |
Default: n/a Changes Take Effect: After restart. |
truststore-password | Truststore password. Applies to: Genesys Knowledge Center CMS |
Default: n/a Changes Take Effect: After restart. |
Section: internal | ||
Important Knowledge Center Server uses this section to store internal initialization parameters. Do not attempt to change these options. |
Knowledge Center Server Application Options
Name | Description | Value |
---|---|---|
Section: archiving | ||
enabled | Specifies whether a node will allow to execute archiving using its API. Enabling archiving on the node does not affect other nodes of the cluster. Archiving is
resource consuming functionality - use it wisely. |
Default: true Valid Values: true, false |
type | Defines format of resulted archive will be stored in. | Default: tar Valid Values: tar, zip, cpio |
path | Path to the stored archive. The archive will be stored as <path>/history_<requested_date_range>.<archive> | Default: none
Valid Values: string |
Section: log | ||
all | Specifies the outputs to which an application sends all log events. The log output types must be separated by a comma when more than one output is configured. For example: all = stdout, logfile | Default: stdout Valid Values: (log output types) Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. Setting the all log level option to the network output enables an application to send log events of the Standard, Interaction, and Trace levels to Message Server. Debug-level log events are neither sent to Message Server nor stored in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: After start or restart. |
standard | Specifies the outputs to which an application sends the log events of the Standard level. The log output types must be separated by a comma when more than one output is configured. For example: standard = stderr, network | Default: stdout Valid Values: Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: Immediately |
trace | Specifies the outputs to which an application sends the log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels). The log outputs must be separated by a comma when more than one output is configured. For example: trace = stderr, network. | Default: stdout Valid Values: Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: Immediately |
verbose | Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are Standard, Interaction, Trace, and Debug. | Default: standard Valid Values: All log events (that is, log events of the Standard, Trace, Interaction, and Debug levels) are generated. [+] debug The same as all. [+] trace Log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels) are generated, but log events of the Debug level are not generated. [+] interaction Log events of the Interaction level and higher (that is, log events of the Standard and Interaction levels) are generated, but log events of the Trace and Debug levels are not generated. [+] standard Log events of the Standard level are generated, but log events of the Interaction, Trace, and Debug levels are not generated. [+] none No output is produced. Changes Take Effect: Immediately |
segment | Specifies whether there is a segmentation limit for a log file. If there is, sets the mode of measurement, along with the maximum size. If the current log segment exceeds the size set by this option, the file is closed and a new one is created. This option is ignored if log output is not configured to be sent to a log file. | Default: 1000 Valid Values: [+] falseNo segmentation is allowed. [+] <number> KB or <number> Sets the maximum segment size, in kilobytes. The minimum segment size is 100 KB. [+] <number> MB Sets the maximum segment size, in megabytes. [+] <number> hr Sets the number of hours for the segment to stay open. The minimum number is 1 hour. Changes Take Effect: After restart. |
expire | Determines whether log files expire. If they do, sets the measurement for determining when they expire, along with the maximum number of files (segments) or days before the files are removed. This option is ignored if log output is not configured to be sent to a log file. | Default: 3 Valid Values: No expiration; all generated segments are stored. [+] <number> file or <number> Sets the maximum number of log files to store. Specify a number from 1—1000. [+] <number> day Sets the maximum number of days before log files are deleted. Specify a number from 1—100. Changes Take Effect: After restart. Important If an option's value is not set within the range of valid values, it will automatically be reset to 10. |
affectedLoggers | Verbosity settings are explicitly applied for the following loggers:
For other loggers specified in log4j2.xml, but not mentioned in the value for this option, the verbosity level is not re-applied.
To resolve this use case, you would:
In the sample above, the value of affectedLoggers should be com.genesyslab.platform. Error (but not debug or info) messages from Cassandra will be available in logs, and debug messages from com.genesyslab.platform will be available in logs. |
Default: com.genesys.knowledge.server.configuration, com.genesyslab.wmcbcore, com.genesys.knowledge.manager Valid Values: The names of loggers, separated by a semicolon (;), specified in the LOG4J2.xml. For example: |
time_format | Specifies how to represent, in a log file, the time when an application generates log records. A log record's time field in the ISO 8601 format looks like this: 2001-07-24T04:58:10.123 | Default: time Valid Values: The time string is formatted according to the HH:MM:SS.sss (hours, minutes, seconds, and milliseconds) format. [+] locale The time string is formatted according to the system’s locale. [+] ISO8601 The date in the time string is formatted according to the ISO 8601 format. Fractional seconds are given in milliseconds. Changes Take Effect: Immediately |
time_convert | Specifies the system in which an application calculates the log record time when generating a log file. The time is converted from the time in seconds since 00:00:00 UTC, January 1, 1970. | Default: local
Valid Values: The time of log record generation is expressed as a local time, based on the time zone and any seasonal adjustments. Time zone information of the application’s host computer is used. [+] utc The time of log record generation is expressed as Coordinated Universal Time (UTC). Changes Take Effect: Immediately |
Knowledge Center CMS Application Options
Name | Description | Value |
---|---|---|
Section: cassandra-security Important: Cassandra support is deprecated. | ||
truststore-path | Path to truststore | Default: /trustStore.jks Valid Values: valid path to trust store |
truststore-password | Truststore password | Default: n/a Valid Values: valid path to trust store |
Section: gkc-security | ||
enable-ssl | Enables/disables secure connection from CMS to the Genesys Knowledge Center Server | Default: false Valid Values: true, false |
truststore-path | Path to truststore | Default: ./trustStore.jks Changes Take Effect: After start or restart. |
truststore-password | Truststore password | Default: n/a Changes Take Effect: After start or restart. |
Section: log | ||
all | Specifies the outputs to which an application sends all log events. The log output types must be separated by a comma when more than one output is configured. For example: all = stdout, logfile | Default: stdout Valid Values: (log output types) Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. Setting the all log level option to the network output enables an application to send log events of the Standard, Interaction, and Trace levels to Message Server. Debug-level log events are neither sent to Message Server nor stored in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: After start or restart. |
standard | Specifies the outputs to which an application sends the log events of the Standard level. The log output types must be separated by a comma when more than one output is configured. For example: standard = stderr, network | Default: stdout Valid Values: Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: Immediately |
trace | Specifies the outputs to which an application sends the log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels). The log outputs must be separated by a comma when more than one output is configured. For example: trace = stderr, network. | Default: stdout Valid Values: Log events are sent to the Standard output (stdout). [+] stderr Log events are sent to the Standard error output (stderr). [+] network Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database. [+] memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance. [+] [filename] Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory. Changes Take Effect: Immediately |
verbose | Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are Standard, Interaction, Trace, and Debug. | Default: standard Valid Values: All log events (that is, log events of the Standard, Trace, Interaction, and Debug levels) are generated. [+] debug The same as all. [+] trace Log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels) are generated, but log events of the Debug level are not generated. [+] interaction Log events of the Interaction level and higher (that is, log events of the Standard and Interaction levels) are generated, but log events of the Trace and Debug levels are not generated. [+] standard Log events of the Standard level are generated, but log events of the Interaction, Trace, and Debug levels are not generated. [+] none No output is produced. Changes Take Effect: Immediately |
segment | Specifies whether there is a segmentation limit for a log file. If there is, sets the mode of measurement, along with the maximum size. If the current log segment exceeds the size set by this option, the file is closed and a new one is created. This option is ignored if log output is not configured to be sent to a log file. | Default: 1000 Valid Values: No segmentation is allowed. [+] <number> KB or <number> Sets the maximum segment size, in kilobytes. The minimum segment size is 100 KB. [+] <number> MB Sets the maximum segment size, in megabytes. [+] <number> hr Sets the number of hours for the segment to stay open. The minimum number is 1 hour. Changes Take Effect: After restart. |
expire | Determines whether log files expire. If they do, sets the measurement for determining when they expire, along with the maximum number of files (segments) or days before the files are removed. This option is ignored if log output is not configured to be sent to a log file. | Default: 3 Valid Values: No expiration; all generated segments are stored. [+] <number> file or <number> Sets the maximum number of log files to store. Specify a number from 1—1000. [+] <number> day Sets the maximum number of days before log files are deleted. Specify a number from 1—100. Changes Take Effect: After restart. Important If an option's value is not set within the range of valid values, it will automatically be reset to 10. |
affectedLoggers | Verbosity settings are explicitly applied for the following loggers:
For other loggers specified in log4j2.xml, but not mentioned in the value for this option, the verbosity level is not re-applied.
To resolve this use case, you would:
In the sample above, the value of affectedLoggers should be com.genesyslab.platform. Error (but not debug or info) messages from Cassandra will be available in logs, and debug messages from com.genesyslab.platform will be available in logs. |
Default: com.genesys.knowledge.cms.service, com.genesys.jcr, org.modeshape.jcr.spi.index.provider, com.genesys.knowledge.server.configuration, com.genesyslab.wmcbcore, com.genesys.knowledge.manager, com.genesys.knowledge.manager.aop.ManagerRespositoryMonitor, com.genesys.knowledge.cms.gks, com.genesys.knowledge.cms.aop.GksMonitor, com.genesys.knowledge.cms.scheduling, com.genesys.knowledge.cms.rest Valid Values: The names of loggers, separated by a semicolon (;), specified in the LOG4J2.xml. |
time_format | Specifies how to represent, in a log file, the time when an application generates log records. A log record's time field in the ISO 8601 format looks like this: 2001-07-24T04:58:10.123 | Default: time Valid Values: The time string is formatted according to the HH:MM:SS.sss (hours, minutes, seconds, and milliseconds) format. [+] locale The time string is formatted according to the system’s locale. [+] ISO8601 The date in the time string is formatted according to the ISO 8601 format. Fractional seconds are given in milliseconds. Changes Take Effect: Immediately |
time_convert | Specifies the system in which an application calculates the log record time when generating a log file. The time is converted from the time in seconds since 00:00:00 UTC, January 1, 1970. | Default: local
Valid Values: The time of log record generation is expressed as a local time, based on the time zone and any seasonal adjustments. Time zone information of the application’s host computer is used. [+] utc The time of log record generation is expressed as Coordinated Universal Time (UTC). Changes Take Effect: Immediately |