You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, replacingprint
statements with something likelogger.info
,logger.warn
,logger.error
, etc. A wider reaching implementation of thelogging
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 uselogging
to generate the error report.The text was updated successfully, but these errors were encountered: