5.5

Table Of Contents
5 Set the maximum number of log files to retain.
You set the maximum number of logs by adding a <maxFileSize> section to the <log> section. The
default is 10 log files.
<log>
<maxFileNum>50</maxFileNum>
</log>
6 Change the location on the SRM Server in which to store the logs.
You change the log location by modifying the <directory> section in the <log> section.
<log>
<directory>C:\ProgramData\VMware\VMware vCenter Site Recovery
Manager\Logs</directory>
</log>
7 Change the default prefix for log files.
You change the default prefix by modifying the <name> section in the <log> section.
<log>
<name>vmware-dr</name>
</log>
8 Change the logging level.
You change the logging level by modifying the <level> section in the <log> section. The possible
logging levels are error, warning, info, trivia, and verbose.
<log>
<level>verbose</level>
</log>
9 Change the location on the SRM Server in which to store core dumps.
You change the core dump location by modifying the <coreDump> section in the <log> section.
<log>
<coreDump>C:\ProgramData\VMware\VMware vCenter Site Recovery
Manager\DumpFiles</coreDump>
</log>
10 (Optional) Set the level of logging for specific SRM Server components.
You can set specific logging levels for the SoapAdapter, SanConfigManager, Recovery, Folders, Libs, and
HttpConnectionPool components by modifying the appropriate <level> sections. The possible logging
levels are error, warning, info, trivia, and verbose.
<level id="Recovery">
<logName>Recovery</logName>
<logLevel>trivia</logLevel>
</level>
Chapter 10 Troubleshooting SRM Administration
VMware, Inc. 111