Skip to content

Commit 697e7d1

Browse files
Explain what 'low' error log verbosity records
1 parent 1c66d07 commit 697e7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings_template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Meaningful values: 'minimal', 'low', 'high', 'extreme'
55
# 'Minimal' will only add tracebacks to error log files.
66
# 'Low' will also add data from the current PacuSession, with its
7-
# secret_access_key field censored.
7+
# secret_access_key field censored. This data includes all gathered AWS data.
88
# 'High' and 'extreme' will dump all global and local data in the most recent
99
# two stack frames, and in all stack frames, respectively, of every traceback.
1010
# This data will include any information about your local file system and

0 commit comments

Comments
 (0)