Skip to content
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 more/better logging to help ease debugging #31

Open
stephenmathieson opened this issue May 16, 2017 · 1 comment
Open

add more/better logging to help ease debugging #31

stephenmathieson opened this issue May 16, 2017 · 1 comment

Comments

@stephenmathieson
Copy link
Contributor

I'm currently debugging some tests that fail intermittently. The tests hit yakbak for each request and only sometimes have a matching tape. it'd be extremely useful if setting DEBUG=yakbak* when running my test suite would output more than this:

  yakbak:server req +0ms /some/path?with=some&query=strings

would you take a PR that adds a few more debug()s for things like:

  • the request path
  • the request hash
  • if a tape was found
  • if yakbak will respond to the request
@jeremyruppel
Copy link
Member

Absolutely, I'm all for more helpful debug logs. Send a PR over and I'll ship it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants