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 a255dbf commit 30868f5
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 @@ -41,7 +41,7 @@ def __init__(self, queue: Queue[LogRecord], *handlers: Handler, respect_handler_
Args:
queue: The queue to send messages to
*handlers: A list of handlers which will handle entries placed on the queue
respect_handler_level: If respect_handler_level is True, a handler's level is respected (compared with the level for the message) when deciding whether to pass messages to that handler
respect_handler_level: If ``respect_handler_level`` is ``True``, a handler's level is respected (compared with the level for the message) when deciding whether to pass messages to that handler
"""
super().__init__(queue, *handlers, respect_handler_level=respect_handler_level)
self.start()
Expand Down

0 comments on commit 30868f5

Please sign in to comment.