ChandimaPrabath commited on
Commit
c8a3913
·
1 Parent(s): 576336e

improvements

Browse files
Files changed (1) hide show
  1. LoadBalancer.py +3 -3
LoadBalancer.py CHANGED
@@ -90,9 +90,9 @@ class LoadBalancer:
90
  cache_size = report.get('cache_size')
91
 
92
  logging.info(f"Processing report from {instance_url}")
93
- logging.info(f"Film Store: {film_store}")
94
- logging.info(f"TV Store: {tv_store}")
95
- logging.info(f"Cache Size: {cache_size}")
96
 
97
  # Process films
98
  for title, path in film_store.items():
 
90
  cache_size = report.get('cache_size')
91
 
92
  logging.info(f"Processing report from {instance_url}")
93
+ # logging.info(f"Film Store: {film_store}")
94
+ # logging.info(f"TV Store: {tv_store}")
95
+ # logging.info(f"Cache Size: {cache_size}")
96
 
97
  # Process films
98
  for title, path in film_store.items():