-
Notifications
You must be signed in to change notification settings - Fork 631
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
JSON Output Formatter #656
Conversation
It looks like master is failing -- I'll rebase after its fixed. |
@ddollar Any thoughts or feedback? |
@ddollar Is this a error you have seen before on the build server?
Can I re-trigger a rebuild ? |
@jasonivers Are you still seeing the issue? |
@mpestritto I have reviewed the PR and while I thank you for your effort I am not going to merge it into the project. Foreman is interactive/multiplexing mode is designed to be used in development only and I'm trying to keep the feature set small and focused on just that use case. For your production needs please consider using Thanks again! |
I'm working on a project and needed JSON for all output for log parsing.
I built a simple JSON CLI Engine that formats as follows ( using sample Procfile )
foreman start -j -f spec/resources/Procfile
Let me know any comments anyone has and I'm happy to adjust.
Thanks.