summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/api_data.py')
-rw-r--r--src/third_party/wiredtiger/dist/api_data.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py
index 3cb49dfdfd1..2c3792db158 100644
--- a/src/third_party/wiredtiger/dist/api_data.py
+++ b/src/third_party/wiredtiger/dist/api_data.py
@@ -1576,6 +1576,11 @@ methods = {
Display page addresses, time windows, and page types as pages are verified, using the
application's message handler, intended for debugging''',
type='boolean'),
+ Config('dump_app_data', 'false', r'''
+ Display application data as pages or blocks are verified, using the application's message
+ handler, intended for debugging. Disabling this does not guarantee that no user data will
+ be output''',
+ type='boolean'),
Config('dump_blocks', 'false', r'''
Display the contents of on-disk blocks as they are verified, using the application's
message handler, intended for debugging''',