4.2.1

Table Of Contents
3 Select an option from the Log level drop-down menu.
Option Description
FATAL
Only fatal errors are written to the log file.
ERROR
Errors and fatal errors are written to the log file.
WARN
Warnings, errors, and fatal errors are written to the log file.
INFO
Information, warnings, errors, and fatal errors are written to the log file.
DEBUG
Debug information, information messages, warnings, errors, and fatal errors
are written to the log file.
ALL
Events are not filtered. All events are written to the log file.
OFF
No entries are written to the log file and no log updates are made.
NOTE The log contains messages of the selected level and all higher levels. If you select the INFO level, all
INFO messages and higher-level messages (INFO, WARN, ERROR, and FATAL) are written to the log file.
4 Click Apply changes.
5 (Optional) Click the Generate log report link to export the log files.
This operation creates a ZIP archive of all log files.
The new log level is applied to any new messages that the server generates, without restarting the server. The
logs are stored in
install_directory
\app-server\server\vmo\log\.
Filter the Orchestrator Log Files
You can filter the Orchestrator server logs for a specific workflow run and collect diagnostic data about the
workflow run.
The Orchestrator logs contain a lot of useful information, but not every log entry has diagnostic context. When
multiple instances of the same workflow are running at the same time, you can track the different workflow
runs by filtering the diagnostic data about each run in the Orchestrator logs.
Procedure
1 Log in as an administrator to the machine on which the Orchestrator server is installed.
2 Navigate to the log4j.xml file and open it in a text editor.
Option Action
If you installed the standalone
version of Orchestrator
Go to
install_directory
\VMware\Orchestrator\app-
server\server\vmo\conf\log4j.xml.
If the vCenter Server installed
Orchestrator
Go to
install_directory
\VMware\Infrastructure\Orchestrator\app-
server\server\vmo\conf\log4j.xml.
3 Find the following entry:
<layout class="org.apache.log4j.PatternLayout"> <param
name="ConversionPattern" value="%d{yyyy-MM-dd HH:mm:ss.SSSZ} %-5p
[%c{1}] %m%n"/> </layout>
Installing and Configuring VMware vCenter Orchestrator
70 VMware, Inc.