Skip to content

Commit 180bdd9

Browse files
authored
chore: pytest log_level is better than log_cli_level (#1059)
Committed via https://github.com/asottile/all-repos
1 parent b7d30fe commit 180bdd9

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
@@ -154,7 +154,7 @@ filterwarnings = [
154154
xfail_strict = true
155155
testpaths = ["tests"]
156156
required_plugins = ["pytest-benchmark"]
157-
log_cli_level = "DEBUG"
157+
log_level = "DEBUG"
158158

159159
[tool.mypy]
160160
python_version = "3.10"

0 commit comments

Comments
 (0)