You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2016/01/16 17:32:33 UTC

svn commit: r1725003 - /turbine/core/trunk/conf/test/Log4j.properties

Author: tv
Date: Sat Jan 16 16:32:33 2016
New Revision: 1725003

URL: http://svn.apache.org/viewvc?rev=1725003&view=rev
Log:
Root logger is required

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=1725003&r1=1725002&r2=1725003&view=diff
==============================================================================
--- turbine/core/trunk/conf/test/Log4j.properties (original)
+++ turbine/core/trunk/conf/test/Log4j.properties Sat Jan 16 16:32:33 2016
@@ -15,7 +15,7 @@
 # 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