Log Event

This handler (com.rierino.handler.LogEventHandler) provides ability to review contents of events received by a runner from logs.

Actions

Log

Logs contents of the event received with the following event metadata parameters:

Parameter
Definition
Example
Default

level

Logging level to use

ERROR

DEBUG

Logging level parameter is important, if the runner is not set to display logs at given level, event details will not be displayed (e.g. if runner log level is ERROR, it would not display a DEBUG log).

Last updated