refactor: update logging configuration to INFO level and enhance font logging

This commit is contained in:
ChuckBuilds
2025-04-23 15:43:05 -05:00
parent 3f4b1ec4fc
commit 537def7d37
2 changed files with 9 additions and 4 deletions

View File

@@ -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