linuxdynasty / awsretry

Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
45 stars 21 forks source link

Use loguru if available #7

Open jeshan opened 5 years ago

jeshan commented 5 years ago

A lot of people like loguru. We can use it if it's available, otherwise revert to regular logging.