From 94f6078b7003e4c8718c70b2ebdf3bb1426bf990 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 17 Feb 2007 13:24:16 +0000 Subject: [PATCH] Describe supported configuration options. --- doc/log.xml | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 97 insertions(+), 2 deletions(-) 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 ]]> -- 1.7.10.4