Skip to content

Commit bb9da70

Browse files
committed
chore: write the minimum log message level that should be captured for logging capture in uppercase
1 parent ddc3f4b commit bb9da70

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/+875a254a.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
In pytest options, write the minimum log message level that should be captured for logging capture in uppercase.

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ addopts = [
164164
"--strict-markers",
165165
]
166166
filterwarnings = [ "error" ]
167-
log_level = "info"
167+
log_level = "INFO"
168168
testpaths = [
169169
{%- if 'docs' in doctest %}
170170
"docs",

0 commit comments

Comments
 (0)