Skip to content

Commit 19e1c6c

Browse files
committed
update README.md
1 parent e454bd8 commit 19e1c6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ When you run your spider you will see a log like below when spider is closing:
2727

2828
* `SETTINGS_LOGGING_REGEX` - Add a regular expression to only show some settings - for example `SETTINGS_LOGGING_REGEX = "SPIDERMON"` will show settings with SPIDERMON in their name.
2929
* `SETTINGS_LOGGING_INDENT` - Add indentation to make log more human-readable.
30+
* `MASKED_SENSITIVE_SETTINGS_ENABLED` - Default is `True` - if settings logging is enabled it will mask the value of settings that may be sensitive (password, apikey). For example AWS_SECRET_ACCESS_KEY will have their value shown as **********
3031

3132
## Advanced
3233

0 commit comments

Comments
 (0)