Turned off logging.
This commit is contained in:
parent
4bac836d6e
commit
9ad1302e47
@ -3,7 +3,7 @@ import logging
|
|||||||
from src.RSIPI.rsi_limit_parser import parse_rsi_limits
|
from src.RSIPI.rsi_limit_parser import parse_rsi_limits
|
||||||
|
|
||||||
# ✅ Configure Logging (toggleable)
|
# ✅ 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:
|
if LOGGING_ENABLED:
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user