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
We've made use of print a lot in this code, but we should be using logging. We will likely want to create some form of persistent logs for the OGDC in production.
I would suggest we use loguru. We use this on projects at NISDC and it helps to simplify/do away with the boilerplate that's otherwise necessary.
The text was updated successfully, but these errors were encountered:
We've made use of
print
a lot in this code, but we should be using logging. We will likely want to create some form of persistent logs for the OGDC in production.I would suggest we use loguru. We use this on projects at NISDC and it helps to simplify/do away with the boilerplate that's otherwise necessary.
The text was updated successfully, but these errors were encountered: