[Groonga-commit] groonga/groonga at f7c2440 [master] doc: add document about groonga_query_log_path directive

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Sep 24 12:45:07 JST 2013


HAYASHI Kentaro	2013-09-24 12:45:07 +0900 (Tue, 24 Sep 2013)

  New Revision: f7c2440d9b5eebbbf141ab2b5d9dca0f0e438900
  https://github.com/groonga/groonga/commit/f7c2440d9b5eebbbf141ab2b5d9dca0f0e438900

  Message:
    doc: add document about groonga_query_log_path directive

  Modified files:
    doc/source/reference/executables/groonga-httpd.txt

  Modified: doc/source/reference/executables/groonga-httpd.txt (+29 -0)
===================================================================
--- doc/source/reference/executables/groonga-httpd.txt    2013-09-24 12:27:17 +0900 (4f45122)
+++ doc/source/reference/executables/groonga-httpd.txt    2013-09-24 12:45:07 +0900 (dafb339)
@@ -241,6 +241,35 @@ Examples::
     groonga_log_level notice;
   }
 
+.. _groonga_query_log_path:
+
+``groonga_query_log_path``
+""""""""""""""""""""""""""
+
+Synopsis::
+
+  groonga_query_log_path path | off;
+
+Default
+  ``/var/log/groonga/httpd/groonga-query.log``
+
+Context
+  ``http``, ``server``, ``location``
+
+Specifies groonga log path in the ``http``, ``server`` or ``location`` block. The
+default is ``/var/log/groonga/httpd/groonga-query.log``.
+You can disable logging to specify ``off``.
+
+Examples::
+
+  location /d/ {
+    groonga on;
+    # You can disable query log for groonga.
+    groonga_query_log_path off;
+  }
+
+Use ``groonga_query_log_path`` for investigating the query which is related to
+the issue such as crashed worker process for example.
 
 Performance related directives
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------------- next part --------------
HTML����������������������������...
Download 



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