Improve logging and error handling #51
deltamarnix
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Flopy currently has its own
VerbosityLevel
and performsprint()
statements based on that information. The same if-statement can be found in more than 70 places in the code.It would be easier to use the python logging library as it's intended and log directly to both file and console.
Beta Was this translation helpful? Give feedback.
All reactions