Skip to content

Commit

Permalink
Update litestar/logging/standard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored and jderrien committed Mar 18, 2024
1 parent 8d3bce7 commit a255dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/logging/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, handlers: list[Any] | None = None) -> None:
else:

class LoggingQueueListener(QueueListener):
"""Custom `QueueListener` which starts and stops the listening process."""
"""Custom ``QueueListener`` which starts and stops the listening process."""

def __init__(self, queue: Queue[LogRecord], *handlers: Handler, respect_handler_level: bool = False) -> None:
"""Initialize `LoggingQueueListener`.
Expand Down

0 comments on commit a255dbf

Please sign in to comment.