mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +00:00
Reduce logging noise by changing calendar manager log level to INFO
This commit is contained in:
@@ -16,7 +16,7 @@ import time
|
|||||||
|
|
||||||
# Configure logger for this module
|
# Configure logger for this module
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
logger.setLevel(logging.DEBUG) # Set to DEBUG to see all messages
|
logger.setLevel(logging.INFO) # Set to INFO to reduce noise
|
||||||
|
|
||||||
class CalendarManager:
|
class CalendarManager:
|
||||||
def __init__(self, matrix, canvas, config):
|
def __init__(self, matrix, canvas, config):
|
||||||
|
|||||||
Reference in New Issue
Block a user