Skip to content

Commit 6258068

Browse files
authored
chore: log_level is better than log_cli_level (#684)
1 parent 2975deb commit 6258068

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
@@ -79,7 +79,7 @@ filterwarnings = [
7979
"error",
8080
"ignore::Warning:_pytest.*",
8181
]
82-
log_cli_level = "info"
82+
log_level = "INFO"
8383
testpaths = ["test"]
8484

8585
[tool.coverage.run]

0 commit comments

Comments
 (0)