Currently the only logging is some print statement (sorry - I'm only one man). Let's build a logging module and start using it to print logs anywhere there is useful information.
We might be able to avoid creating a separate logging module since its gonna be so slim. We really just need to make sure we're using a consistent logger name for now.
All logs should be a debug level. I don't think we're doing any work in dynamof (asside from errors) that merits other levels of logs.
Currently the only logging is some print statement (sorry - I'm only one man). Let's build a logging module and start using it to print logs anywhere there is useful information.
We might be able to avoid creating a separate logging module since its gonna be so slim. We really just need to make sure we're using a consistent logger name for now.
All logs should be a debug level. I don't think we're doing any work in dynamof (asside from errors) that merits other levels of logs.