data_process.py @@ -21,8 +21,9 @@ dict = json.loads(str) return dict["type"] except Exception as e: logging.exception(e) # logging.exception(e) logger_l2_error.error(str) raise e print(str) return -1