-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
No user feedback when pantsd fails to start #9951
Comments
at the very least, if the pants client fails to talk to pantsd, before exiting it should either point the user to look for errors in the pantsd log file or just read the error from there and show it to the user. |
Mm, yep. Good idea. |
Based on messing around with some very broken plugin code, I think that we can call this solved by #10035... it's pretty hard to repro an issue anymore. Huzzah! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where there is an issue w/ pantd config, it is only visible if you look at the log file.
Running pants just says that pantsd didn't start:
The error should be sent back to the client and show to the user.
from pantsd log:
@stuhood
The text was updated successfully, but these errors were encountered: