-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Printers to Honcho Manager? #205
Comments
From a glance at the code that's not currently possible, but I suspect it wouldn't be too tricky to make the necessary changes. Feel free to have a go at it if you'd like. As long as the code remains tested and the default behaviour (i.e. one printer to STDOUT) remains the same I'd happily merge the changes. |
I guess the |
I'm currently using honcho as my development runner (using the Python API and not a Procfile). I was keen to have the logs on screen and on a buffer. Somewhat like how winston does it. |
Was wondering if there is a way to add multiple
Printer
objects (for instance,std.out
andfile
) to aManager
object?Using the Honcho API, not the command-line interface.
The text was updated successfully, but these errors were encountered: