Name
|
The name to be displayed as the label for the activity in the process.
|
Logger Name
|
The name of a logger used in the
logback.xml file. The value for the
Logger Name is case sensitive and can be a single name or a hierarchical name.
|
Log Level
|
Select one of the following log levels recognized by the process engine.
- Error: logs error conditions and messages.
- Warning: is the warning message of an unexpected error in the process.
- Info: logs informational messages highlighting the application/engine progress.
- Debug: can be used for debug-level messages.
|
Suppress Job Info
|
If selected, no additional information is added to the log entry.
If not selected, each log message appends JobId, ProcessInstanceId, Activity Name, Deployment Unit Name, and Version name to the message text.
|
Control Logs by Event Type
|
Use this option to group log messages from different Log activities using the same event type.
Select this option to generate a log file with the name
<EventType>.log
When you select this option, the Logger Name field is disabled, the
loggerName element is removed from the
Input tab, and a new element
eventType is added to the
Input tab.
By default, the check box is clear.
|
Enhance Log Control
|
Use this option to group log messages from different
Log activities of the same application, or process.
When you select this check box, the
Logger Name field is disabled, the
loggerName element is removed from the input schema, and the Control By field is displayed.
By default, the check box is clear.
|
Control By
|
Use this field to select whether messages are to be added to the log file at an application level, or at a process level.
The Control By field has following options:
- Application: Select this option to generate a log file with the name
<ApplicationName>.log
- Process: Select this option to generate a log file with the name
<ApplicationName>.<ProcessName>.log
By default, the
Application option is selected.
|