sodiray / dynofunc

Functional library for creating and sending dynamo requests on top of boto3
MIT License
9 stars 3 forks source link

Need to setup better logging system so users can control logs with level #4

Closed sodiray closed 4 years ago

sodiray commented 4 years ago

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.