Logging options may be configured in config file
[yazpp-moved-to-github.git] / src / config.xml
index ae617d9..4d4b08e 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.10 2003-10-13 21:30:59 adam Exp $ -->
+<!-- $Id: config.xml,v 1.12 2003-10-16 16:10:43 adam Exp $ -->
 <proxy>
   <target default="1" name="voyager">
     <!-- default target -->
       <pdu>31</pdu>
       <retrieve>20</retrieve>
     </limit>
-    <attribute type="1" value="10" error="114"/>
+    <attribute type="1" value="1-11,13-1010"/>
+    <attribute type="1" value="*" error="114"/>
     <target-timeout>300</target-timeout>
     <client-timeout>180</client-timeout>
     <syntax type="usmarc"/>
     <syntax type="xml" marcxml="1"/>
     <syntax type="*" error="238"/>
-    <preinit>1</preinit>
+    <preinit>0</preinit>
   </target>
   <target name="localhost">
     <url>localhost:9999</url>
@@ -43,4 +44,5 @@
     <!-- everything else -->
   </target>
   <max-clients>500</max-clients>
+  <xlog>client-apdu server-apdu</xlog>
 </proxy>