[Groonga-commit] groonga/grntest at e21aaf1 [master] Document collect-query-log directive

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 20 10:33:18 JST 2016


Kouhei Sutou	2016-03-20 10:33:18 +0900 (Sun, 20 Mar 2016)

  New Revision: e21aaf17bd1b8c4ad89ed93b031b690312d16af6
  https://github.com/groonga/grntest/commit/e21aaf17bd1b8c4ad89ed93b031b690312d16af6

  Message:
    Document collect-query-log directive

  Modified files:
    README.md

  Modified: README.md (+19 -0)
===================================================================
--- README.md    2016-03-20 10:30:32 +0900 (2e6248b)
+++ README.md    2016-03-20 10:33:18 +0900 (2372603)
@@ -220,6 +220,7 @@ Here are available `NAME` s:
 * `add-important-log-levels`
 * `remove-important-log-levels`
 * `sleep`
+* `collect-query-log`
 
 `ARGUMENTS...` are depends on directive. A directive doesn't require
 any arguments but a directive requires arguments.
@@ -533,6 +534,24 @@ load --table Users
 select Users --query _key:User1
 ```
 
+#### `collect-query-log`
+
+Usage:
+
+```
+#@collect-query-log [true|false]
+```
+
+It collects messages from query log and prints them.
+
+Example:
+
+```
+#@collect-query-log true
+select Users --query _key:User1
+#@collect-query-log false
+```
+
 ## Options
 
 Grntest has many options. You don't need to specify many of them
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index