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

Remove all fmt and stdlib log statements in favor of appropriate Logrus calls #24

Open
trevrosen opened this issue Jan 29, 2018 · 0 comments
Milestone

Comments

@trevrosen
Copy link
Contributor

trevrosen commented Jan 29, 2018

There are lots of print statements left over from debugging that ought to be changed into proper logging statements. Change to structured logging and remove redundant newlines.

Example:

fmt.Printf("response body: %s\n\n", string(buf.Bytes()))

@trevrosen trevrosen self-assigned this Jan 29, 2018
@trevrosen trevrosen added this to the 0.3.0 milestone Feb 21, 2018
@trevrosen trevrosen removed their assignment Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant