Examples for better-python-logging blog post
# Examples for better-python-logging blog post
https://www.kerryhatcher.com/better-python-logging/
## Setup
Install the dependencies to a python virtual environment using:
```s
pip install -r requirements.txt
```
[Read this if you don't know what that means](https://blog.usejournal.com/why-and-how-to-make-a-requirements-txt-f329c685181e)
I recommended using [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) to manage your python environments.
# Run
```s
python ./example4.py
```
## Tested on
`Python 3.9.2`
## Uses
```py
boto3==1.17.43
botocore==1.20.43
jmespath==0.10.0
loguru==0.5.3
python-dateutil==2.8.1
s3transfer==0.3.6
six==1.15.0
urllib3==1.26.4
watchtower==1.0.6
```