DumpItemsValve
Log all attributes in pipe. Useful valve when debugging.
Example Configuration
{
"name":"DumpItemsValve",
"config":{}
}
{
"name":"DumpItemsValve",
"config":{
"label" : "debug_1430",
"item_include_expr":"<expression>"
}
}
Can be used with no configuration, like first example.
Or with settings similar to second example.
More information about expressions can be found here.