botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

task/340/remote-syslog-support #345

Closed jbbarth closed 5 years ago

jbbarth commented 6 years ago

This PR reworks how we do logging and adds direct syslog logging support, controlled by the SIMPLEFLOW_SYSLOG_TARGET setting. It allows for more structured logs that ease direct integration in third party tools, like a web console for SWF executions ;-) Next step would be to use this logger directly in client code so we benefit from the integration.

340

jbbarth commented 6 years ago

Not merging this now since I'm off for the next two weeks, but I will when I come back. Feel free to do it before if you want.