Emits a log message at the specified log level
attributes, logging
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Log Level | log-level | info | The Log Level to use when logging the message: [trace, debug, info, warn, error] Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | |
Log prefix | log-prefix | Log prefix appended to the log lines. It helps to distinguish the output of multiple LogMessage processors. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Log message | log-message | The log message to emit Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Name | Description |
---|---|
success | All FlowFiles are routed to this relationship |