diff --git a/hwmonDaemon.py b/hwmonDaemon.py index 16ec181..9a0582e 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -4,7 +4,7 @@ from typing import Dict, Any, List # Create a logger logger = logging.getLogger(__name__) -logger.setLevel(logging.INFO) +logger.setLevel(logging.DEBUG) # Create a console handler and set its level to DEBUG console_handler = logging.StreamHandler()