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

Logging #3

Open
Airistotal opened this issue Aug 27, 2015 · 2 comments
Open

Logging #3

Airistotal opened this issue Aug 27, 2015 · 2 comments

Comments

@Airistotal
Copy link

create logging using

https://docs.python.org/2/library/logging.html

@Airistotal
Copy link
Author

Hello Sam Shelton,

My name is Daniel Bouchard. I was looking at your project AurOracle and I was quite impressed with it. I was excited to try to add two things to it which I submitted issues about. If you're interested in myself doing those changes, please let me know. I think that if those two issues were fixed this project might see more use than it has up to this point (which I am ignorant about).

Regards,
Daniel Bouchard

@shelt
Copy link
Owner

shelt commented Aug 27, 2015

Suggestions and contributions are much appreciated!

I haven't used the library logging module because there isn't much information to log to stdout to begin with. That said, it might be better if some print() calls were turned into Logger's error(), info() and debug() calls. That would give advanced users more control (for instance, with --quiet and --verbose flags).

On top of that, if a logger is implemented, perhaps the script could be more verbose at times at the behest of the user. I.e., by adding debug() calls about what is happening at appropriate times.

Sam

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