Skip to content

Commit 45b7e92

Browse files
authored
chore: pytest log_level is better than log_cli_level (#223)
Committed via https://github.com/asottile/all-repos
1 parent 5f27ce2 commit 45b7e92

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
@@ -90,7 +90,7 @@ filterwarnings = [
9090
"error",
9191
"ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning", # PyPy NumPy
9292
]
93-
log_cli_level = "info"
93+
log_level = "INFO"
9494
testpaths = ["tests"]
9595
asyncio_mode = "auto"
9696
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)