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 30868f5 commit 6b6e0e5
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 @@ -36,7 +36,7 @@ class LoggingQueueListener(QueueListener):
"""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`.
"""Initialize ``LoggingQueueListener``.
Args:
queue: The queue to send messages to
Expand Down

0 comments on commit 6b6e0e5

Please sign in to comment.