From 4fd29d268689e90626029cf74498ddd18c5b2296 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 4 Nov 2014 17:35:23 +0000 Subject: [PATCH] Move log_level configuration item entry into alphabetical order. --- doc/mkws-manual.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 9abebd5..f6dc7ae 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -854,9 +854,6 @@ reasonably narrow. ---- Element Type Default Description -------- ----- --------- ------------ -log_level int 1 Level of debugging output to emit. 0 = none, 1 = messages, 2 = messages with - datestamps, 3 = messages with datestamps and stack-traces. - facets array *Note 1* Ordered list of names of facets to display. Supported facet names are `xtargets`, `subject` and `author`. @@ -871,6 +868,9 @@ language_* hash Support for any number of languages `language_` followed by the code of the language. See the separate section below for details. +log_level int 1 Level of debugging output to emit. 0 = none, 1 = messages, 2 = messages with + datestamps, 3 = messages with datestamps and stack-traces. + pazpar2_url string *Note 2* The URL used to access the metasearch middleware. This service must be configured to provide search results, facets, etc. It may be either unmediated or Pazpar2 the MasterKey Service Proxy, which mediates access to an underlying Pazpar2 instance. In -- 1.7.10.4