lordmauve / chopsticks

Chopsticks is an orchestration library: it lets you execute Python code on remote hosts over SSH.
https://chopsticks.readthedocs.io/
Apache License 2.0
158 stars 16 forks source link

Callback for stderr messages #24

Open lordmauve opened 7 years ago

lordmauve commented 7 years ago

Currently lines from stderr are simple echoed prefixed by the hostname. This behaviour should be configurable.

One idea would be to register callbacks - or simply one global callback - to handle this output.