You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Oliver Zeigermann <oz...@c1-fse.de> on 2004/05/10 10:16:12 UTC

Added debug mode for tx file stores

You can now enable a debug mode on the fx file stores. Only thing it 
does, yet, is to log out all locking information to "transaction.log".

It is turned off by default, but you can switch it on like this:


      <store name="TxFileStore">
        ...
        <nodestore 
classname="org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
          ...
          <parameter name="debug">true</parameter>
         </nodestore>


Cheers,

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org