mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +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
|
||||
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:
|
||||
def __init__(self, matrix, canvas, config):
|
||||
|
||||
Reference in New Issue
Block a user