mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
refactor: update logging configuration to INFO level and enhance font logging
This commit is contained in:
@@ -10,6 +10,7 @@ import freetype
|
||||
|
||||
# Get logger without configuring
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.INFO) # Set to INFO level
|
||||
|
||||
class DisplayManager:
|
||||
_instance = None
|
||||
|
||||
Reference in New Issue
Block a user