Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 1e7fc4b

Browse files
dan-blanchardGrokzen
authored andcommitted
"propergate" -> "propagate" typo fix
1 parent d3ef787 commit 1e7fc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ To setup logging for debugging inside the client during development you can add
1212
logging.basicConfig()
1313
logger = logging.getLogger('rediscluster')
1414
logger.setLevel(logging.DEBUG)
15-
logger.propergate = True
15+
logger.propagate = True
1616
1717
Note that this logging is not reccommended to be used inside production as it can cause a performance drain and a slowdown of your client.

0 commit comments

Comments
 (0)