You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2005/11/10 22:09:21 UTC

svn commit: r332372 - in /db/derby/docs/trunk/src/adminguide: radminconfigdb2jdrdalogconnections.dita tadminlogfile.dita

Author: fuzzylogic
Date: Thu Nov 10 13:09:19 2005
New Revision: 332372

URL: http://svn.apache.org/viewcvs?rev=332372&view=rev
Log:
Commit doc updates for change in behavior to derby.drda.logConnections for
DERBY-569.

Committed for Bryan Pendleton <bp...@amberpoint.com>

Modified:
    db/derby/docs/trunk/src/adminguide/radminconfigdb2jdrdalogconnections.dita
    db/derby/docs/trunk/src/adminguide/tadminlogfile.dita

Modified: db/derby/docs/trunk/src/adminguide/radminconfigdb2jdrdalogconnections.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/radminconfigdb2jdrdalogconnections.dita?rev=332372&r1=332371&r2=332372&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radminconfigdb2jdrdalogconnections.dita (original)
+++ db/derby/docs/trunk/src/adminguide/radminconfigdb2jdrdalogconnections.dita Thu Nov 10 13:09:19 2005
@@ -22,7 +22,10 @@
 <keywords><indexterm>derby.drda.logConnections</indexterm></keywords>
 </metadata></prolog>
 <refbody>
-<section>Indicates whether to log connections and disconnections. </section>
+    <section>Indicates whether to log connections and disconnections. 
+        Also controls the logging of the connection number; Connection Number
+        tracing, if enabled, goes to both the derby.log and the network server
+    console.</section>
 <refsyn><title>Syntax</title> <codeblock>derby.drda.logConnections=[true|false]</codeblock> </refsyn>
 <section><title>Default</title> <p>False.</p> </section>
 <example> <title>Example</title><codeblock><b>derby.drda.logConnections=true </b></codeblock></example>

Modified: db/derby/docs/trunk/src/adminguide/tadminlogfile.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/tadminlogfile.dita?rev=332372&r1=332371&r2=332372&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminlogfile.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminlogfile.dita Thu Nov 10 13:09:19 2005
@@ -30,7 +30,11 @@
 The <codeph>derby.log </codeph>file is created when the <ph conref="adminconrefs.dita#prod/productshortname"></ph> server
 is started. The Network Server then records the time and version. If a log
 file exists, it is overwritten, unless the property <codeph>derby.infolog.append</codeph> is
-set to <codeph>true</codeph>. </p> </context>
+set to <codeph>true</codeph>. </p>
+<p> When the Network Server is logging connections, it also logs the Connection
+Number; this log message is written both to the <codeph>derby.log</codeph> file
+and to the Network Server console.</p>
+</context>
 <steps-unordered>
 <step><cmd>To turn on connection and disconnection logging, you can use the
 servlet interface or you can issue the following command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl