s3fs: downgrade s3fs log listing individual files to debug

This commit is contained in:
Skyler Hawthorne 2023-12-05 10:14:27 -05:00 committed by Pedro Algarvio
parent 008a207219
commit f25cef6a6c

View file

@ -134,7 +134,7 @@ def update():
cached_file_path = _get_cached_file_name(
bucket, saltenv, file_path
)
log.info("%s - %s : %s", bucket, saltenv, file_path)
log.debug("%s - %s : %s", bucket, saltenv, file_path)
# load the file from S3 if it's not in the cache or it's old
_get_file_from_s3(