Log files
You can gather the log files to determine the problems that are related to the VM Manager tool. You can also change the log settings.
- Trace log files: BES Client\LMT\VMMAN\logs
- Installation log files: BES Client\LMT\VMMAN\logs\install
Log settings
You can change the log settings by editing the following files:
log4j.properties
for application update 10.0.2 and lowerlog4j2.xml
for application update 10.0.3 and higher
The following parameters are the most useful:
- For versions below 10.0.3
- log4j.appender.mylogger.maxFileSize specifies the
maximum size of a log file
Default value = 1000 KB
- For versions 10.0.3 and 10.0.4
- SizeBasedTriggeringPolicy specifies the maximum size of a log
file
Default value = 1 MB
- For versions 10.0.5 and higher
-
SizeBasedTriggeringPolicy specifies the maximum size of a log file
Default value = 1 MB
DefaultRolloverStrategy specifies the maximum number of log files
Default value = 2 (number of files for the main
trace.log
and for every hypervisor log)Root level specifies the logging level
Default value = INFO. You can change it to DEBUG to enable debug logging.