From: Adam Dickmeiss Date: Fri, 24 Oct 2003 12:20:06 +0000 (+0000) Subject: Describe -l X-Git-Tag: YAZPP.0.7.2~1 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=624453e6dc1e47c287d44a7692cfc0e645698e74 Describe -l --- diff --git a/configure.in b/configure.in index bd9d37e..05517ad 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(configure.in) -AM_INIT_AUTOMAKE("yaz++",0.7.1) +AM_INIT_AUTOMAKE("yaz++",0.7.2) AC_PROG_CC AC_PROG_CPP diff --git a/doc/proxy.xml b/doc/proxy.xml index dfac254..ebb1e9c 100644 --- a/doc/proxy.xml +++ b/doc/proxy.xml @@ -581,7 +581,11 @@ client-apdu Log APDUs as reported by YAZ for the - communication between the client and the proxy + communication between the client and the proxy. + This facility is equivalent to the APDU logging that + happens when using option -a, however + this tells the proxy to log in the same file as given + by -l. diff --git a/doc/yaz-proxy-ref.xml b/doc/yaz-proxy-ref.xml index 044ff33..1e1dc89 100644 --- a/doc/yaz-proxy-ref.xml +++ b/doc/yaz-proxy-ref.xml @@ -10,6 +10,7 @@ yaz-proxy -a filename + -l filename -m num -v level -t target @@ -55,6 +56,14 @@ standard output. + -l filename + + Specifies the name of a file to which to write a log of the + YAZ proxy activity. This uses the logging facility as provided + by the YAZ toolkit. If this options is omitted, the output + directed to stderr. + + -m num Specifies the maximum number of connections to be cached @@ -63,7 +72,7 @@ -v level - Sets the logging level. level is + Sets the logging level. level is a comma-separated list of members of the set {fatal,debug,warn,log,malloc,all,none}.