HAYASHI Kentaro
null+****@clear*****
Mon Aug 26 15:40:00 JST 2013
HAYASHI Kentaro 2013-08-26 15:40:00 +0900 (Mon, 26 Aug 2013) New Revision: 0a514e009db03d1faaf1eea1832694d6e182da6d https://github.com/groonga/groonga/commit/0a514e009db03d1faaf1eea1832694d6e182da6d Message: doc en: add documentation about groonga_log_level Modified files: doc/source/reference/executables/groonga-httpd.txt Modified: doc/source/reference/executables/groonga-httpd.txt (+24 -0) =================================================================== --- doc/source/reference/executables/groonga-httpd.txt 2013-08-26 15:30:59 +0900 (4df7cea) +++ doc/source/reference/executables/groonga-httpd.txt 2013-08-26 15:40:00 +0900 (7dfd8f6) @@ -208,6 +208,30 @@ Examples:: groonga_log_path off; } +``groonga_log_level`` +""""""""""""""""""""" + +Synopsis:: + + groonga_log_level none | emergency | alert | ciritical | error | warning | notice | info | debug | dump; + +Default + ``notice`` + +Context + ``location`` + +Specifies groonga log level in the ``location`` block. The +default is ``notice``. You can disable logging by specifying ``none`` as log level. + +Examples:: + + location /d/ { + groonga on; + # You can customize log level for groonga. + groonga_log_level notice; + } + Performance related directives ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------- next part -------------- HTML����������������������������...다운로드