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

Move over to Good Python Logging Use Instead of Print() #22

Open
kb1lqc opened this issue Jan 23, 2018 · 2 comments
Open

Move over to Good Python Logging Use Instead of Print() #22

kb1lqc opened this issue Jan 23, 2018 · 2 comments

Comments

@kb1lqc
Copy link
Member

kb1lqc commented Jan 23, 2018

Print() was useful for debugging and moving fast but I really need to use a good implementation of the Python logging. This will allows for good error logging and information display of only relevant information.

@lqdev
Copy link
Contributor

lqdev commented Jan 28, 2018

I was looking through the source code and did not find any instances of Print() anywhere. I assume any logging would happen inside the send and receive functions of the faraday.py file?

@kb1lqc
Copy link
Member Author

kb1lqc commented Jan 28, 2018

Ahh look at the develop branch on my fork. Sorry about that. I'll be pushing it to the main repository shortly.

https://github.com/kb1lqc/faradayio/tree/develop

@kb1lqc kb1lqc added this to the Version 0.0.2 milestone Feb 4, 2018
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

2 participants