Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 869 Bytes

File metadata and controls

19 lines (12 loc) · 869 Bytes

Log Sink

The log sink uses the application logger to output the data for inspection.

Please understand that log sink uses type-less handler, which affects how the actual logging will be performed. This means that if the content-type is textual, then raw payload bytes will be converted to String, otherwise raw bytes will be logged. Please see more info in the user-guide.

Options

The log sink has the following options: