Skip to content

Commit 6e55ffe

Browse files
authored
chore: pytest log_level is better than log_cli_level (#187)
Committed via https://github.com/asottile/all-repos
1 parent 8a30349 commit 6e55ffe

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
@@ -40,7 +40,7 @@ minimum-version = "build-system.requires"
4040
minversion = "8.0"
4141
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
4242
xfail_strict = true
43-
log_cli_level = "INFO"
43+
log_level = "INFO"
4444
filterwarnings = [
4545
"error",
4646
"ignore::pytest.PytestCacheWarning",

0 commit comments

Comments
 (0)