mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
fix: change logging level to DEBUG for more detailed output
This commit is contained in:
2
run.py
2
run.py
@@ -4,7 +4,7 @@ import sys
|
||||
|
||||
# Configure logging before importing any other modules
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
level=logging.DEBUG,
|
||||
format='%(asctime)s.%(msecs)03d - %(levelname)s:%(name)s:%(message)s',
|
||||
datefmt='%Y-%m-%d %H:%M:%S',
|
||||
stream=sys.stdout # Explicitly set to stdout
|
||||
|
||||
Reference in New Issue
Block a user