XML Configuration Reference : Monitor : LoggingConfig
 
LoggingConfig
com.exalead.mercury.mami.master.v10.LoggingConfig
Data model General Logging configuration, for generic process logs. Specific system (crawler, query) have their specific log policy.
Attributes:
Name
Type
Default value
Description
version
long
enableTimeBasedLogRotation
boolean
Rotates process log files each day at midnight.
logRotationCronExpression
string
Custom Quartz Cron expression to trigger log rotation. Only taken into account if enableTimeBasedLogRotation is false.
logRotationMaxSizeKB
long
If set, process log files are rotated when bigger than the specified number of kilobytes.
logPurgeMaxSizeKB
long
If set, process log files are purged (older first) when their total size is above the specified number.
logExpirationDays
long
If set, process log files are purged when older than the specified number of days.
logInSyslog
boolean
If set, log are also copied in syslog with type=daemon, ident=cloudview, message="AppenderName: logMessage" This producs this type of line in /var/log/daemon.log: "Mar 19 12:10:47 madpc125 cloudview: index.clustermanager: Building slice list for st0"
Nested elements:
Name
Type
Description
GlobalLoggerConfig
com.exalead.mercury.mami.master.v10.GlobalLoggerConfig
LoggingLevel
com.exalead.mercury.mami.master.v10.LoggingLevel*