Author: tv
Date: Fri Jan 15 12:59:11 2016
New Revision: 1724794

URL: http://svn.apache.org/viewvc?rev=1724794&view=rev
Log:
Avoid duplicate logging

Modified:
    turbine/core/trunk/conf/test/Log4j.properties

Modified: turbine/core/trunk/conf/test/Log4j.properties
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/conf/test/Log4j.properties?rev=1724794&r1=1724793&r2=1724794&view=diff
==============================================================================
--- turbine/core/trunk/conf/test/Log4j.properties (original)
+++ turbine/core/trunk/conf/test/Log4j.properties Fri Jan 15 12:59:11 2016
@@ -15,13 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-log4j.rootLogger = ERROR, logfile
+#log4j.rootLogger = ERROR, logfile
 
 # Make sure that all isDebugEnabled() branches are hit during testing
 log4j.category.org.apache.turbine=DEBUG, logfile
 
 # we want to see any errors thrown by Turbine.java, primarily in the 
handleException method
-log4j.category.org.apache.turbine.Turbine=DEBUG, logfile
+#log4j.category.org.apache.turbine.Turbine=DEBUG, logfile
 
 log4j.appender.log = org.apache.log4j.ConsoleAppender
 log4j.appender.log.target = System.out


Reply via email to