From b192a0fd8c6b8fe511692b8d4487718daf4b41b9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Nov 2025 09:57:58 -0500 Subject: [PATCH] chore: pytest log_level is better than log_cli_level Committed via https://github.com/asottile/all-repos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9121c30..b0452c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ minimum-version = "build-system.requires" minversion = "8.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] xfail_strict = true -log_cli_level = "INFO" +log_level = "INFO" filterwarnings = [ "error", "ignore::pytest.PytestCacheWarning",