Skip to content

Commit 2e17230

Browse files
authored
chore: pytest log_level is better than log_cli_level (#332)
Committed via https://github.com/asottile/all-repos
1 parent 794abbd commit 2e17230

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
@@ -147,7 +147,7 @@ minversion = "6.0"
147147
addopts = ["-ra", "--strict-markers", "--strict-config", "-v"]
148148
xfail_strict = true
149149
filterwarnings = ["error"]
150-
log_cli_level = "INFO"
150+
log_level = "INFO"
151151
testpaths = [ "tests" ]
152152

153153

0 commit comments

Comments
 (0)