遇上一个百思不得其解的 BUG logger.debug("%s%s", test_case_id, test_case_info) test_case_id = test_case_id or md5(test_case_info) logger.debug("MD5: %s%s", test_case_id, md5(test_case_info)) 09:18 None {'test_cases': [{'output': '420', 'input': '5 8'}]} 09:18 MD5: None b676c8555a8384fd346b062397524020 交代背景,这是通过 exec gunicorn –workers $n –threads $n –error-logfile /log/gunicorn.log –time 600 –bind 0.0.0.0:8080 server:app flask Web 服务调用的一个方法 class
Read more