mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-12 13:42:59 +00:00
set soccer logging to info
This commit is contained in:
@@ -49,7 +49,7 @@ class BaseSoccerManager:
|
|||||||
_team_league_map = {} # In-memory cache for the map
|
_team_league_map = {} # In-memory cache for the map
|
||||||
_map_last_updated = 0
|
_map_last_updated = 0
|
||||||
logger = logging.getLogger(__name__) # Class-level logger for class methods
|
logger = logging.getLogger(__name__) # Class-level logger for class methods
|
||||||
logger.setLevel(logging.DEBUG) # Set log level at class level
|
logger.setLevel(logging.INFO) # Set log level at class level
|
||||||
|
|
||||||
def __init__(self, config: Dict[str, Any], display_manager: DisplayManager, cache_manager: CacheManager):
|
def __init__(self, config: Dict[str, Any], display_manager: DisplayManager, cache_manager: CacheManager):
|
||||||
self.display_manager = display_manager
|
self.display_manager = display_manager
|
||||||
|
|||||||
Reference in New Issue
Block a user