diff options
author | Anthony Neal <aneal@zeroc.com> | 2001-11-21 16:05:02 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2001-11-21 16:05:02 +0000 |
commit | d7e5a443b255df085eb63cd535d3d12dfa210cfc (patch) | |
tree | 1c31c4a438e6e86741a7197cbbb9fdeee2e13b13 /cpp | |
parent | Updated Properties.sgml to include the SSL configuration properties. (diff) | |
download | ice-d7e5a443b255df085eb63cd535d3d12dfa210cfc.tar.bz2 ice-d7e5a443b255df085eb63cd535d3d12dfa210cfc.tar.xz ice-d7e5a443b255df085eb63cd535d3d12dfa210cfc.zip |
Updated to include the Security tracing property.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index f720c3eda8f..5984d31ad42 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -115,6 +115,38 @@ The request retry tracing level: </section> </section> +<section><title>Ice.Trace.Security</title> +<section><title>Synopsis</title> +<synopsis> +Ice.Trace.Security=<replaceable>num</replaceable> +</synopsis> +</section> +<section> +<title>Description</title> +<para> +The Security extension tracing level: +<informaltable> +<tgroup cols=2> +<tbody> +<row> +<entry>0</entry> +<entry>no security tracing</entry> +</row> +<row> +<entry>1</entry> +<entry>Verbose, security warnings</entry> +</row> +<row> +<entry>2</entry> +<entry>More verbose, includes warnings during configuration file parse step</entry> +</row> +</tbody> +</tgroup> +</informaltable> +</para> +</section> +</section> + <section><title>Freeze.Trace.DB</title> <section><title>Synopsis</title> <synopsis> |