summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-03-10 13:29:20 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-03-10 13:29:20 +1100
commit7b8faf30a59e52a757d0594b3827576b48221a57 (patch)
tree60ad6a191caa8430943ef49b95bbb4b25119a117 /dist/api_data.py
parent3f0438e44b7a34ff16e116d31874fecbe38420c0 (diff)
parent840c45242a4c5870c0b3618d20c0b610bc801cde (diff)
downloadmongo-7b8faf30a59e52a757d0594b3827576b48221a57.tar.gz
Merge branch 'wt-2381' into wt-2381-lsm-metadata
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index e57146fc4a5..02aee1e8825 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -531,6 +531,9 @@ connection_runtime_config = [
the statistics log server uses a session from the configured
session_max''',
type='category', subconfig=[
+ Config('json', 'false', r'''
+ encode statistics in JSON format''',
+ type='boolean'),
Config('on_close', 'false', r'''log statistics on database close''',
type='boolean'),
Config('path', '"WiredTigerStat.%d.%H"', r'''
@@ -547,7 +550,8 @@ connection_runtime_config = [
type='list'),
Config('timestamp', '"%b %d %H:%M:%S"', r'''
a timestamp prepended to each log record, may contain strftime
- conversion specifications'''),
+ conversion specifications, when \c json is configured, defaults
+ to \c "%FT%Y.000Z"'''),
Config('wait', '0', r'''
seconds to wait between each write of the log records; setting
this value above 0 configures statistics logging''',