From: Adam Dickmeiss Date: Sat, 17 Feb 2007 13:24:16 +0000 (+0000) Subject: Describe supported configuration options. X-Git-Tag: METAPROXY.1.0.10~41 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=94f6078b7003e4c8718c70b2ebdf3bb1426bf990;p=metaproxy-moved-to-github.git Describe supported configuration options. --- diff --git a/doc/log.xml b/doc/log.xml index 69a8c8c..eb0a508 100644 --- a/doc/log.xml +++ b/doc/log.xml @@ -4,7 +4,7 @@ %common; ]> - + log @@ -21,6 +21,100 @@ This filter logs packages sent - and received . + + + Configurable values: + + message + + + Specifies a custom message for the log message. + + + + filename + + + Specifies a name of file that log messages is written to. + + + + category + + + Specifies the category of messages to be logged. The category is an + XML attribute and value of attribute is a boolean; + true for enabled; false + for disabled. + The following category attributes are supported: + + + access + + + One line accesss log. This is a brief message stating the + request and response. This is enabled by default. All other + categories are disabled by default. + + + + request-apdu + + + Z39.50 Request APDU. + + + + response-apdu + + + Z39.50 Response APDU. + + + + apdu + + + Z39.50 APDU (request and response) + + + + request-session + + + Request session. + + + + response-session + + + Response session. + + + + session + + + Session (request and response) + + + + init-options + + + Z39.50 Init Request options + + + + + + + + + + + EXAMPLES @@ -29,7 +123,8 @@ B - logs/etaproxy.log + + logs/metaproxy.log ]]>