summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-12-17 19:04:40 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-12-17 19:04:40 -0500
commit8211040ee256c0c589b23d557f2a9254820efa7d (patch)
tree802f13a146fc82d61314db6495b571bc17304c0a /src
parent5a8c516e06febf0f4fb4dd5cb3f49646bf8e0a36 (diff)
downloadmongo-8211040ee256c0c589b23d557f2a9254820efa7d.tar.gz
Clarify that setting statistics_log.wait to non-zero value starts the
statistics logging.
Diffstat (limited to 'src')
-rw-r--r--src/include/wiredtiger.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index df2872dcb4d..c31b44e67b0 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1600,8 +1600,8 @@ struct __wt_connection {
* prepended to each log record\, may contain strftime conversion
* specifications., a string; default \c "%b %d %H:%M:%S".}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;wait, seconds to wait between each
- * write of the log records., an integer between 0 and 100000; default
- * \c 0.}
+ * write of the log records; setting this value above 0 configures
+ * statistics logging., an integer between 0 and 100000; default \c 0.}
* @config{ ),,}
* @config{verbose, enable messages for various events. Only available
* if WiredTiger is configured with --enable-verbose. Options are given
@@ -1979,9 +1979,10 @@ struct __wt_connection {
* record\, may contain strftime conversion specifications., a string; default
* \c "%b %d %H:%M:%S".}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;wait, seconds to wait
- * between each write of the log records., an integer between 0 and 100000;
- * default \c 0.}
- * @config{ ),,}
+ * between each write of the log records; setting this value above 0 configures
+ * statistics logging., an integer between 0 and 100000; default \c 0.}
+ * @config{
+ * ),,}
* @config{transaction_sync = (, how to sync log records when the transaction
* commits., a set of related configuration options defined below.}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;enabled, whether to sync the log on every