-
Notifications
You must be signed in to change notification settings - Fork 53
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
add debug calls? #120
Comments
This is a good idea. The I've used the Do we want to follow that approach? |
yes. i think the main missing pieces from needle are the body of the request and of the response. needle also includes too much information generally (though sometimes the extra info helps). finally, if a program is using needle for more than one purpose, having the ability to log just our requests is helpful. e.g. too much info, and yet too little:
|
LGTM, do you want to open a PR around this? |
yes, i'll try to get something in the next few days |
would it make sense to sprinkle the code with
debug
calls? personally, i would find this helpful for debugging.The text was updated successfully, but these errors were encountered: