Skip to content

Commit 3e34d45

Browse files
committed
update docs
1 parent 95bd7ae commit 3e34d45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

morebuiltins/logs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ def bind_handler(
111111
formatter (Union[str, logging.Formatter, None], optional): Formatter or format string. Defaults to DEFAULT_FORMAT.
112112
handler_level (Union[None, str, int], optional): Log level for the handler. Defaults to "INFO".
113113
logger_level (Union[None, str, int], optional): Log level for the logger. Defaults to "INFO".
114+
queue (Union[bool, None, Queue, ProcessQueue], optional): If True, use a Queue for async logging.
115+
If a Queue or ProcessQueue is provided, it will be used directly. Defaults to False.
114116
115117
Raises:
116118
TypeError: If filename is not a supported type.

0 commit comments

Comments
 (0)