Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / doc / sd_remove.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
2     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3  <!ENTITY copyright SYSTEM "copyright.xml">
4  <!ENTITY % idcommon SYSTEM "common/common.ent">
5      %idcommon;
6 ]>
7 <refentry id="ref-sd_remove">
8  <refmeta>
9   <refentrytitle>sd_remove</refentrytitle>
10   <manvolnum>3mp</manvolnum>
11   <refmiscinfo>Metaproxy Module</refmiscinfo>
12  </refmeta>
13
14  <refnamediv>
15   <refname>sd_remove</refname>
16   <refpurpose>Removes Surrogate Diagnostics</refpurpose>
17  </refnamediv>
18
19  <refsect1><title>DESCRIPTION</title>
20   <para>
21    This filter removes surrogate-diagnostics from Z39.50 records. It
22    replaces the surrogate diagnostics records with SUTRS records. This
23    module has no general use. It was only implemented to avoid a particualr
24    Z39.50 from crashing.
25   </para>
26  </refsect1>
27
28  <refsect1><title>SCHEMA</title>
29    <literallayout><xi:include
30                      xi:href="../xml/schema/filter_sd_remove.rnc"
31                      xi:parse="text"
32                      xmlns:xi="http://www.w3.org/2001/XInclude" />
33    </literallayout>
34  </refsect1>
35
36  <refsect1><title>EXAMPLES</title>
37   <para>
38    Configuration:
39    <screen><![CDATA[
40     <filter type="sd_remove">
41     </filter>
42 ]]>
43    </screen>
44   </para>
45  </refsect1>
46
47  <refsect1><title>SEE ALSO</title>
48   <para>
49    <citerefentry>
50     <refentrytitle>metaproxy</refentrytitle>
51     <manvolnum>1</manvolnum>
52    </citerefentry>
53   </para>
54  </refsect1>
55
56  &copyright;
57 </refentry>
58
59 <!-- Keep this comment at the end of the file
60 Local variables:
61 mode: nxml
62 nxml-child-indent: 1
63 End:
64 -->