From 9d5dd325d43703289b91cdd4947c5813ddc15673 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Nov 2025 09:55:19 -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 cc5fceb..865c065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ minversion = "6.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] xfail_strict = true filterwarnings = ["error"] -log_cli_level = "INFO" +log_level = "INFO" testpaths = [ "tests", ]