Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/metaproxy
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 12 Mar 2013 18:05:40 +0000 (19:05 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 12 Mar 2013 18:05:40 +0000 (19:05 +0100)
1  2 
doc/log.xml

diff --combined doc/log.xml
        </para>
       </listitem>
      </varlistentry>
 +    <varlistentry><term>time-format</term>
 +     <listitem>
 +      <para>
 +       Date+time format if log is written to a custom file (see filename configuration, below), using the format of
 +       <ulink
 +         url="http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html">
 +      strftime(3)</ulink>.
 +      </para>
 +      <para>
 +       Use option -m in invocation of Metaproxy command to set format if yaz_log is used (no filename given).
 +      </para>
 +     </listitem>
 +    </varlistentry>
      <varlistentry><term>filename</term>
       <listitem>
        <para>
 -       Specifies a name of log file.
 +       Specifies a name of log file. If this is omitted, logging is performed
 +       using the log system of YAZ (yaz_log).
        </para>
       </listitem>
      </varlistentry>
          </para>
         </listitem>
        </varlistentry>
+       <varlistentry><term>line</term>
+        <listitem>
+         <para>
+          Simple one-line log message indicating the most important
+          things from a request and response.
+          Available from version 1.3.38 and later.
+         </para>
+        </listitem>
+       </varlistentry>
         </variablelist>
  
        </para>