Navigation Menu

Skip to content

Commit

Permalink
doc: update :option: references
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2017
1 parent ed276fe commit b6ac3f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion doc/source/news/1.2.x.rst
Expand Up @@ -292,7 +292,8 @@ Improvements
* suggest: Added target object name into error messages.
* document: Started English support. (not completed yet.)
* groonga-suggest-httpd: Added --disable-max-fd-check option.
* groonga: Renamed :option:`--address <-a>` option to :option:`--bind-address`.
* groonga: Renamed :option:`groonga -a` and :option:`groonga
--address` options to :option:`groonga --bind-address` option.
* groonga-suggest-httpd: Renamed --address option to --bind-address.
* Changed admin HTML install directory to
$PREFIX/share/groonga/html/admin/ from
Expand Down
4 changes: 2 additions & 2 deletions doc/source/news/2.x.rst
Expand Up @@ -121,8 +121,8 @@ Fixes
* Fixed a bug that ``--default-match-escalation-threshold`` doesn't
accept negative value to disable functionality that is used on
:doc:`/spec/search`. This fix enable you to disable search
escalation. see :option:`--default-match-escalation-threshold`
about details.
escalation. see :option:`groonga
--default-match-escalation-threshold` about details.
* Fixed a bug that ``_score`` after "*" is ignored in ``--output_columns``.

Thanks
Expand Down
12 changes: 6 additions & 6 deletions doc/source/reference/log.rst
Expand Up @@ -14,11 +14,11 @@ works. Query log is just for query processing.
Process log
-----------

Process log is enabled by default. Log path can be
customized by :option:`--log-path` option. Each log has its
log level. If a log is smaller than Groonga process' log
level, it's not logged. Log level can be customized by
:option:`-l` or :doc:`commands/log_level`.
Process log is enabled by default. Log path can be customized by
:option:`groonga --log-path` option. Each log has its log level. If a
log is smaller than Groonga process' log level, it's not logged. Log
level can be customized by :option:`groonga -l` or
:doc:`commands/log_level`.

Format
^^^^^^
Expand Down Expand Up @@ -128,7 +128,7 @@ Query log
---------

Query log is disabled by default. It can be enabled by
:option:`--query-log-path` option.
:option:`groonga --query-log-path` option.

Format
^^^^^^
Expand Down

0 comments on commit b6ac3f6

Please sign in to comment.