QoL changes

This commit is contained in:
2024-12-07 15:57:51 +08:00
parent 9ec1f604dc
commit 9750d6e2fc
3 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ def __setup_logger(name):
logger = __setup_logger('UnicornRegress')
logger.setLevel(logging.INFO)
logger.setLevel(os.environ.get("UNICORN_DEBUG", "INFO").upper())
def main():