From 9ad1302e4733bbd7d563b7e7b813bc10db333089 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 26 Apr 2025 21:08:50 +0100 Subject: [PATCH] Turned off logging. --- src/RSIPI/rsi_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RSIPI/rsi_config.py b/src/RSIPI/rsi_config.py index 3c4f17d..11e914d 100644 --- a/src/RSIPI/rsi_config.py +++ b/src/RSIPI/rsi_config.py @@ -3,7 +3,7 @@ import logging from src.RSIPI.rsi_limit_parser import parse_rsi_limits # ✅ Configure Logging (toggleable) -LOGGING_ENABLED = True # Change too False to silence logging output +LOGGING_ENABLED = False # Change too False to silence logging output if LOGGING_ENABLED: logging.basicConfig(