Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upControls for console print verbosity across imageAI #305
Comments
|
would love to hear @OlafenwaMoses thougths on this. Looks like a good improvement. Should consider that keras output may not be that easy to redirect to logging |
|
@rola93 @auphofBSF I have commented on this before that using logging is something that is worth considering, since it does allow more functionalities than the traditional print. I will still review the pipeline of implementing this and let you all know we should go ahead with it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see
print(...)in project be converted to using the python logging. moduleIn that way verbosity can be globally configured for each application usage of imageai and granularly adjusted for each class with a diverse set of logging options up to the final user.
Logging can be directed to console,files,db or 3rd party monitoring apps and be configured for style (timestamps,source, etc)
Look forward to other suggestion and possibly putting this on the enhancements list
Originally posted by @auphofBSF in #302 (comment)