diff --git a/project_usage_exporter.py b/project_usage_exporter.py index fd94a43..a384f6f 100755 --- a/project_usage_exporter.py +++ b/project_usage_exporter.py @@ -617,7 +617,7 @@ def main(): x['resource_set_timestamp']: {'memory_mb': {y['value']: y['weight'] for y in x['memory_mb']}, 'vcpus': {y['value']: y['weight'] for y in x['vcpus']}} for x in weight_response.json()} - logging.info("Updated credits weights, new weights: " + str(current_weights)) + logging.debug("Updated credits weights, new weights: " + str(current_weights)) exporter.update_weights(current_weights) except Exception as e: logging.exception(