Skip to content

Commit 498ba35

Browse files
author
Richard Bell
committed
Log info level
1 parent d90c3d2 commit 498ba35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ markers = [
7474
"focus: focus a specific test during development",
7575
]
7676
log_cli = "True"
77+
log_cli_level = "INFO"
7778

7879
[tool.black]
7980
exclude = ".*\\.pyi"

tests/integration/notebook/test_notebook_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import string
21
import logging
2+
import string
33
from random import choices
44

55
import pytest

0 commit comments

Comments
 (0)