You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2013/02/12 15:22:12 UTC

svn commit: r1445179 - /directory/apacheds/trunk/service/log4j.properties

Author: kayyagari
Date: Tue Feb 12 14:22:11 2013
New Revision: 1445179

URL: http://svn.apache.org/r1445179
Log:
changed the default log level to WARN

Modified:
    directory/apacheds/trunk/service/log4j.properties

Modified: directory/apacheds/trunk/service/log4j.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/log4j.properties?rev=1445179&r1=1445178&r2=1445179&view=diff
==============================================================================
--- directory/apacheds/trunk/service/log4j.properties (original)
+++ directory/apacheds/trunk/service/log4j.properties Tue Feb 12 14:22:11 2013
@@ -14,7 +14,7 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #############################################################################
-log4j.rootCategory=ERROR, stdout, R
+log4j.rootCategory=WARN, stdout, R
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout