Author: berndf
Date: Thu Sep 20 11:06:22 2007
New Revision: 577843

URL: http://svn.apache.org/viewvc?rev=577843&view=rev
Log:
small changes: change default log level to warn, change how-to

Modified:
    james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt
    
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties

Modified: james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt
URL: 
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt?rev=577843&r1=577842&r2=577843&view=diff
==============================================================================
--- james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt 
(original)
+++ james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt Thu 
Sep 20 11:06:22 2007
@@ -26,7 +26,8 @@
                 <!--<ref bean="exampleConfigurationInterceptor" />-->
 into 
                 <ref bean="exampleConfigurationInterceptor" />
-this will start all services at non-privileged ports.
+this will start all services at non-privileged ports. This is for testing 
only, as it makes your server instance
+more or less incompatible with the rest of the emailing universe.
 
 3. Building and Running
 

Modified: 
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
URL: 
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties?rev=577843&r1=577842&r2=577843&view=diff
==============================================================================
--- 
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
 (original)
+++ 
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
 Thu Sep 20 11:06:22 2007
@@ -13,6 +13,7 @@
 
 log4j.logger.org.springframework=WARN, CONS, FILE
 log4j.logger.org.apache.james=DEBUG, CONS, FILE
-log4j.logger.james=DEBUG, CONS, FILE
+#log4j.logger.james: set from default value WARN to INFO or even DEBUG to see 
(even) more logging
+log4j.logger.james=WARN, CONS, FILE
 log4j.logger=DEBUG, CONS, FILE
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to