You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ secure_logger accepts optional parameters which you can configure as either bash
97
97
-**SECURE_LOGGER_SENSITIVE_KEYS**: a Python list of dictionary keys. Not case sensitive.
98
98
-**SECURE_LOGGER_REDACTION_MESSAGE**: a string value that will replace the sensitive key values
99
99
-**SECURE_LOGGER_INDENT**: number of characters to indent JSON string output when logging output
100
+
-**SECURE_LOGGER_LOG_LEVEL**: the level at which secure_logger generates log entries. One of: 'CRITICAL', 'FATAL', 'ERROR', 'WARN', 'WARNING', 'INFO', 'DEBUG'
100
101
101
102
Additionally, you can override individual invocations of the decorator by passing *sensitive_keys*, *message* and *indent*:
0 commit comments