BergelsonLab / BergelsonLab/blabpy

substitute logging for all prints

Open
#7 0 comments 0 reactions 1 assignee Claimed by @kalenkovich View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.