Skip to content

Commit b192a0f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)