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(