X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Flog.xml;h=f8b370a136c94e90c63295522800fffb2df316c7;hb=f9f0ca0d1907f9922889910d1ce7a83bf11ffa63;hp=34be60ef5151c21d918e1c63fe7ec3e68e00fcd8;hpb=a7d0816d8e587b0743cdfda1cbb2321315be7946;p=metaproxy-moved-to-github.git diff --git a/doc/log.xml b/doc/log.xml index 34be60e..f8b370a 100644 --- a/doc/log.xml +++ b/doc/log.xml @@ -1,8 +1,10 @@ + + %common; ]> - + log @@ -12,21 +14,118 @@ log - logs packages + Metaproxy Package Logging Module DESCRIPTION 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 log messages inspired by Apache access log entries. + 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 - A typical configuration looks as likes: + A typical configuration looks like this: B + + logs/metaproxy.log ]]>