The Overview Performance Charts service is a vCenter Server service that collects and processes statistical performance data for managed entities into reports in image format that it provides to the vSphere Web Client.
Property | Default Value | Description |
---|---|---|
log4j.additivity.com.vmware.vim.common | FALSE | Specifies if the log output from the "com.vmware.vim.common" module should go to its parent appenders. |
log4j.additivity.com.vmware.vim.srs | FALSE | Specifies if the log output from the "com.vmware.vim.srs" module should go to its parent appenders. |
log4j.additivity.com.vmware.vim.stats | FALSE | Specifies if the log output from the "com.vmware.vim.stats" module should go to its parent appenders. |
log4j.appender.CONSOLE1 | org.apache.log4j.ConsoleAppender | Defines the "CONSOLE1" appender. |
log4j.appender.CONSOLE1.layout | org.apache.log4j.PatternLayout | Specifies the log layout type for the "CONSOLE1" appender. |
log4j.appender.CONSOLE1.layout.ConversionPattern | %d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX} [%t %x %-5p %c] %m%n | Configures the format of the log messages sent to the "CONSOLE1" appender. |
log4j.appender.LOGFILE | com.vmware.log4j.appender.NonAppendingRollingFileAppender | Defines the "LOGFILE" appender. |
log4j.appender.LOGFILE.Append | true | Specifies if the "LOGFILE" appender output file should be opened in append or truncate mode. True=append, False=truncate. |
log4j.appender.LOGFILE.File | ${vim.logdir}/stats.log | Configures the path to the file where the "LOGFILE" appender messages should go. |
log4j.appender.LOGFILE.layout | org.apache.log4j.PatternLayout | Specifies the log layout type for the "LOGFILE" appender. |
log4j.appender.LOGFILE.layout.ConversionPattern | %d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX} [%t %x %-5p %c] %m%n | Configures the format of the log messages sent to the "LOGFILE" appender. |
log4j.appender.LOGFILE.MaxBackupIndex | 10 | Sets the maximum number of backup log files to keep. |
log4j.appender.LOGFILE.MaxFileSize | 5MB | Controls the maximum file size that the log file is allowed to reach before being rolled over to backup files. |
log4j.logger.com.vmware.vim.common | INFO, LOGFILE | Configures the logging level and appenders for the "com.vmware.vim.common" module. |
log4j.logger.com.vmware.vim.srs | INFO, LOGFILE | Configures the logging level and appenders for the "com.vmware.vim.srs" module. |
log4j.logger.com.vmware.vim.stats | INFO, LOGFILE | Configures the logging level and appenders for the "com.vmware.vim.stats" module. |
log4j.logger.org.apache | WARN | Configures the logging level and appenders for the "org.apache" module. |
log4j.rootLogger | ERROR, LOGFILE | Configures the logging level and appenders for the "log4j.rootLogger" module. |