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

Baroque could use the Python logging library #7

Open
djpillen opened this issue Sep 25, 2019 · 0 comments
Open

Baroque could use the Python logging library #7

djpillen opened this issue Sep 25, 2019 · 0 comments

Comments

@djpillen
Copy link
Contributor

Describe the bug
Baroque currently duplicates some of the existing functionality of the existing Python logging library.

Expected behavior
Baroque could use the logging library to at least output system activities and errors, replacing print statements with something like logger.info, logger.warn, logger.error, etc. A wider reaching implementation of the logging library could also generate a log for all of the validation steps in Baroque to generate a record of the items that have been validated, and an even further implementation could use logging to generate the error report.

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