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

substitute logging for all prints #7

Open
kalenkovich opened this issue Jan 31, 2022 · 0 comments
Open

substitute logging for all prints #7

kalenkovich opened this issue Jan 31, 2022 · 0 comments
Assignees

Comments

@kalenkovich
Copy link
Contributor

Most of the prints that are now in the code are certainly at the debug level and do not need to be printed to console. The errors are easy to miss because of that.

What I need from logging:

  • set the level at the command line (BLABPY_LOGGING=50),
  • set the level at the package level (blabpy.BLABPY_LOGGING=50),
  • an ability to write full log to a file and a subset to console (to STDOUT).
@kalenkovich kalenkovich self-assigned this Jan 31, 2022
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

1 participant