Skip to content

Commit 022c43c

Browse files
committed
change default message to: *** -- secure_logger() -- ***
1 parent f50558a commit 022c43c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class MyClass():
9494
## Configuration Defaults
9595

9696
```python
97-
DEFAULT_REDACTION_MESSAGE = "*** -- REDACTED -- ***"
97+
DEFAULT_REDACTION_MESSAGE = "*** -- secure_logger() -- ***"
9898
DEFAULT_INDENT = 4
9999
DEFAULT_SENSITIVE_KEYS = [
100100
"password",

secure_logger/masked_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"aws-access-key-id",
2323
"aws-secret-access-key",
2424
]
25-
DEFAULT_REDACTION_MESSAGE = "*** -- REDACTED -- ***"
25+
DEFAULT_REDACTION_MESSAGE = "*** -- secure_logger() -- ***"
2626
DEFAULT_INDENT = 4
2727

2828

0 commit comments

Comments
 (0)