diff --git a/communication_subroutine.py b/communication_subroutine.py index 9146530..deb790e 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -54,7 +54,7 @@ def scan_queue(_logger): _logger.info(data) def comm_subroutine(logger): - logger.setLevel(logging.DEBUG) + #logger.setLevel(logging.DEBUG) logger.info("Started") threads = [] #threads.append(threading.Thread(target=flask_debug, args=(logger,)))