Skip to content

Commit b3e70ba

Browse files
committed
Use the log level of the parent logger by default
1 parent 7ca73bf commit b3e70ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mqlog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(
1414
client,
1515
topic,
1616
qos=0,
17-
level=logging.INFO,
17+
level=logging.NOTSET,
1818
flush_level=logging.ERROR,
1919
capacity=10,
2020
):

0 commit comments

Comments
 (0)