mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
s3fs: downgrade s3fs log listing individual files to debug
This commit is contained in:
parent
008a207219
commit
f25cef6a6c
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue