We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50558a commit 022c43cCopy full SHA for 022c43c
README.md
@@ -94,7 +94,7 @@ class MyClass():
94
## Configuration Defaults
95
96
```python
97
-DEFAULT_REDACTION_MESSAGE = "*** -- REDACTED -- ***"
+DEFAULT_REDACTION_MESSAGE = "*** -- secure_logger() -- ***"
98
DEFAULT_INDENT = 4
99
DEFAULT_SENSITIVE_KEYS = [
100
"password",
secure_logger/masked_dict.py
@@ -22,7 +22,7 @@
22
"aws-access-key-id",
23
"aws-secret-access-key",
24
]
25
26
27
28
0 commit comments