diff --git a/flightmonitor/map/map_manager.py b/flightmonitor/map/map_manager.py index 559fe58..216c92d 100644 --- a/flightmonitor/map/map_manager.py +++ b/flightmonitor/map/map_manager.py @@ -230,7 +230,7 @@ class MapTileManager: try: with self._cache_access_lock: if tile_cache_path.is_file(): - logger.info( + logger.debug( f"Cache hit for tile {tile_coordinates_log_str}. Loading from disk." ) if Image: diff --git a/flightmonitor/map/map_tile_manager.py b/flightmonitor/map/map_tile_manager.py index 5bbea22..ec04966 100644 --- a/flightmonitor/map/map_tile_manager.py +++ b/flightmonitor/map/map_tile_manager.py @@ -193,7 +193,7 @@ class MapTileManager: try: with self._cache_access_lock: if tile_cache_path.is_file(): - logger.info( + logger.debug( f"Cache hit for tile {tile_coordinates_log_str}. Loading from disk." ) if Image: