Skip to content

Commit d9b79c5

Browse files
committed
Update docstring
1 parent cce020d commit d9b79c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/labthings_fastapi/logs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ def configure_thing_logger(level: int | None = None) -> None:
9494
the handler, which filters all the records that propagate to it (i.e. anything
9595
that starts with ``labthings_fastapi.things``).
9696
97-
:param level: the logging level to use. If not specified, we use the
98-
current level, or INFO if no level has been set.
97+
:param level: the logging level to use. If not specified, we use INFO.
9998
"""
10099
if level is not None:
101100
THING_LOGGER.setLevel(level)

0 commit comments

Comments
 (0)