flowbber.plugins.sinks.print
¶This sink plugin will pretty print all collected data to stdout
.
This module uses third party module pprintpp for better pretty printing of large data structures.
Important
This class inherits several inclusion and exclusion configuration options for filtering data before using it. See FilterSink Options for more information.
Dependencies:
pip3 install flowbber[print]
Usage:
[[sinks]]
type = "print"
id = "..."
{
"sinks": [
{
"type": "print",
"id": "...",
"config": {}
}
]
}