HAYASHI Kentaro
null+****@clear*****
Mon Aug 26 15:30:59 JST 2013
HAYASHI Kentaro 2013-08-26 15:30:59 +0900 (Mon, 26 Aug 2013) New Revision: 22e178879ef9bc6c2b690be234d84cc079a8a89b https://github.com/groonga/groonga/commit/22e178879ef9bc6c2b690be234d84cc079a8a89b Message: doc en: add documentation about groonga_log_path directive Modified files: doc/source/reference/executables/groonga-httpd.txt Modified: doc/source/reference/executables/groonga-httpd.txt (+26 -0) =================================================================== --- doc/source/reference/executables/groonga-httpd.txt 2013-08-26 14:17:11 +0900 (a3fe9dd) +++ doc/source/reference/executables/groonga-httpd.txt 2013-08-26 15:30:59 +0900 (4df7cea) @@ -183,6 +183,32 @@ Here is an example configuration to add authorization to # Because location name is the base path. } +``groonga_log_path`` +""""""""""""""""""""" + +Synopsis:: + + groonga_log_path path | off; + +Default + ``/var/log/groonga/httpd/groonga.log`` + +Context + ``location`` + +Specifies groonga log path in the ``location`` block. The +default is ``/var/log/groonga/httpd/groonga.log``. +You can disable logging to specify ``off``. + +Examples:: + + location /d/ { + groonga on; + # You can disable log for groonga. + groonga_log_path off; + } + + Performance related directives ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------- next part -------------- HTML����������������������������...Download