Skip to content

Commit f5fd27a

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

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
@@ -58,7 +58,7 @@ show_error_codes = true
5858
minversion = "6.0"
5959
addopts = "--strict-config --strict-markers -q -ra --ff"
6060
testpaths = ["tests"]
61-
log_cli_level = "INFO"
61+
log_level = "INFO"
6262
xfail_strict = true
6363
filterwarnings = [
6464
"error::PendingDeprecationWarning",

0 commit comments

Comments
 (0)