diff options
-rw-r--r-- | src/bidding_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidding_data.py b/src/bidding_data.py index 7593784..e9a1134 100644 --- a/src/bidding_data.py +++ b/src/bidding_data.py @@ -171,7 +171,7 @@ class JFRBidding(object): if file_hash != hash_file(file_path): changed_paths.append(file_path) else: - log.getLogger('hash').info('file not changed: %s', file_path) + log.getLogger('hash').debug('file not changed: %s', file_path) return changed_paths def __format_bidding(self, bidding): |