You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/03/09 04:51:18 UTC

svn commit: r1454650 - /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/resources/log4j.properties

Author: elserj
Date: Sat Mar  9 03:51:18 2013
New Revision: 1454650

URL: http://svn.apache.org/r1454650
Log:
ACCUMULO-1166 Missed some more auto-substitutions done by the initial create-from-project

Modified:
    accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/resources/log4j.properties

Modified: accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/resources/log4j.properties?rev=1454650&r1=1454649&r2=1454650&view=diff
==============================================================================
--- accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/resources/log4j.properties (original)
+++ accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/resources/log4j.properties Sat Mar  9 03:51:18 2013
@@ -7,6 +7,6 @@ log4j.appender.CA.layout=org.apache.log4
 log4j.appender.CA.layout.ConversionPattern=[%t] %-5p %c %x - %m%n
 
 log4j.logger.org.apache.zookeeper=ERROR,CA
-log4j.logger.${groupId}.core.client.impl.ServerClient=ERROR
-log4j.logger.${groupId}.server.security.Auditor=off
+log4j.logger.org.apache.accumulo.core.client.impl.ServerClient=ERROR
+log4j.logger.org.apache.accumulo.server.security.Auditor=off