terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
748 stars 76 forks source link

Convert download_fileobj logline from info to debug. #345

Closed ArbitraryCritter closed 2 months ago

ArbitraryCritter commented 3 months ago

For the download_fileobj operation, which has been overridden in inject, a succesful transfer generates a logline that looks something like this: 2024-07-28 15:52:43,308 INFO inject "Downloaded file from xxxxxxx/TYPO3_INSTALLATION/eudsamf.ibog.xxxxxx.xx_1722174744-ZQHDBEGI.db.gz"

Atleast for my project, this logline will mostly cause confusion. This change converts this to debug, which is consistent with other logging in inject.py.

terricain commented 2 months ago

Sounds good and yeah that makes sense. Assuming the tests pass, should be good to merge!