Skip to Content.
Sympa Menu

notify-dpml - r988 - trunk/main/depot/core/console/src/main/net/dpml/depot

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r988 - trunk/main/depot/core/console/src/main/net/dpml/depot
  • Date: Sun, 29 Jan 2006 16:29:09 +0100

Author: mcconnell
Date: 2006-01-29 16:29:07 +0100 (Sun, 29 Jan 2006)
New Revision: 988

Modified:
trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
Log:
remove logging properties (now available under dpml/transit prefs group)

Modified: trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
===================================================================
--- trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
2006-01-29 15:21:19 UTC (rev 987)
+++ trunk/main/depot/core/console/src/main/net/dpml/depot/Main.java
2006-01-29 15:29:07 UTC (rev 988)
@@ -90,9 +90,10 @@

if( CLIHelper.isOptionPresent( args, "-debug" ) )
{
+ System.setProperty( "dpml.logging.config",
"local:properties:dpml/transit/debug" );
args = CLIHelper.consolidate( args, "-debug" );
- System.setProperty( "dpml.logging.level",
- System.getProperty( "dpml.logging.level", "FINE" ) );
+ //System.setProperty( "dpml.logging.level",
+ // System.getProperty( "dpml.logging.level", "FINE" ) );
m_debug = true;
for( int i=0; i<arguments.length; i++ )
{




  • r988 - trunk/main/depot/core/console/src/main/net/dpml/depot, mcconnell at BerliOS, 01/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page