Skip to content

Commit 88651a7

Browse files
committed
chore: pytest log_level is better than log_cli_level
Committed via https://github.com/asottile/all-repos
1 parent d0aa175 commit 88651a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ minversion = "7.0"
5959
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
6060
xfail_strict = true
6161
filterwarnings = ["error"]
62-
log_cli_level = "INFO"
62+
log_level = "INFO"
6363
testpaths = ["tests"]
6464

6565

0 commit comments

Comments
 (0)