summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@wiredtiger.com>2014-07-02 01:47:37 +0000
committerAlex Gorrod <alexander.gorrod@wiredtiger.com>2014-07-02 01:47:37 +0000
commit020dde456bbb5a33e1b74b6c9f4411542a1529a2 (patch)
treedc594b358347c04c2a498e1fa0342f2f387ffe91 /dist
parent77ff8e033a994362cc7f7a18eaefe727039db8fc (diff)
parent96e594c22030d7d859666a618f4e26b91f6b6354 (diff)
downloadmongo-020dde456bbb5a33e1b74b6c9f4411542a1529a2.tar.gz
Merge branch 'eviction-under-load' into eviction-stats
Diffstat (limited to 'dist')
-rw-r--r--dist/api_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index d1b7edd26a8..e65a1f30172 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -379,6 +379,8 @@ connection_runtime_config = [
log any statistics the database is configured to maintain,
to a file. See @ref statistics for more information''',
type='category', subconfig=[
+ Config('on_close', 'false', r'''log statistics on database close''',
+ type='boolean'),
Config('path', '"WiredTigerStat.%d.%H"', r'''
the pathname to a file into which the log records are written,
may contain ISO C standard strftime conversion specifications.