Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9403E102C4 for ; Wed, 24 Jul 2013 12:48:18 +0000 (UTC) Received: (qmail 41192 invoked by uid 500); 24 Jul 2013 12:48:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 41161 invoked by uid 500); 24 Jul 2013 12:48:18 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 41114 invoked by uid 99); 24 Jul 2013 12:48:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 12:48:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 12:48:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C4D162388860; Wed, 24 Jul 2013 12:47:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1506532 - /directory/site/trunk/content/apacheds/advanced-ug/5.3-logs.mdtext Date: Wed, 24 Jul 2013 12:47:53 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130724124753.C4D162388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Wed Jul 24 12:47:53 2013 New Revision: 1506532 URL: http://svn.apache.org/r1506532 Log: Fixed layout. Modified: directory/site/trunk/content/apacheds/advanced-ug/5.3-logs.mdtext Modified: directory/site/trunk/content/apacheds/advanced-ug/5.3-logs.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/5.3-logs.mdtext?rev=1506532&r1=1506531&r2=1506532&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/5.3-logs.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/5.3-logs.mdtext Wed Jul 24 12:47:53 2013 @@ -79,6 +79,8 @@ By default, ApacheDS ships with a defaul This value can be modified to any of the seven log levels supported by Log4J: +
+ | Level | Description | |:-:|---| | _**OFF**_ | Highest possible rank and is intended to turn off logging. | @@ -89,6 +91,8 @@ This value can be modified to any of the | _**DEBUG**_ | Fine-grained informational events that are most useful to debug an application. | | _**TRACE**_ | Finer-grained informational events than the DEBUG. | +
+ Please refer to the [**Log4J Manual**](http://logging.apache.org/log4j/1.2/manual.html) for more details. ## 5.3.2 ApacheDS specific loggers @@ -112,19 +116,23 @@ Bundled at the end of the _**log4j.prope The table below summarizes what each specific logger does: +
+ | Logger | Description | |---|---| -| log4j.logger.**jdbm.recman.BaseRecordManager** | Logs all information related to the JDBM database used to store the entries. | -| log4j.logger.**org.apache.directory.server.OPERATION_LOG** | Logs all executed operations (search, add, delete, etc.). | -| log4j.logger.**org.apache.directory.server.OPERATION_TIME** | Logs the time each operation takes to execute. | -| log4j.logger.**org.apache.directory.api.CODEC_LOG** | Logs all incoming and outgoing LDAP Protocol requests/responses. | -| log4j.logger.**org.apache.directory.server.ACI_LOG** | Logs all information related to the ACI system. | -| log4j.logger.**org.apache.directory.server.PROVIDER_LOG** | Logs all information related to the Replication Provider(s). | -| log4j.logger.**org.apache.directory.server.CONSUMER_LOG** | Logs all information related to the Replication Consumer(s). | -| log4j.logger.**org.apache.directory.CURSOR_LOG** | Logs all information related to the Cursors handling the search of entries in the database. | -| log4j.logger.**org.apache.directory.api** | A general logger which logs all classes of the Apache Directory LDAP API. | -| log4j.logger.**org.apache.directory.server** | A general logger which logs all classes of ApacheDS. | -| log4j.logger.**net.sf.ehcache** | A general logger which logs all classes of the Ehcache API. | -| log4j.logger.**org.apache.mina** | A general logger which logs all classes of the Apache Mina API. | +| **jdbm.recman.BaseRecordManager** | Logs all information related to the JDBM database used to store the entries. | +| **org.apache.directory.server.OPERATION_LOG** | Logs all executed operations (search, add, delete, etc.). | +| **org.apache.directory.server.OPERATION_TIME** | Logs the time each operation takes to execute. | +| **org.apache.directory.api.CODEC_LOG** | Logs all incoming and outgoing LDAP Protocol requests/responses. | +| **org.apache.directory.server.ACI_LOG** | Logs all information related to the ACI system. | +| **org.apache.directory.server.PROVIDER_LOG** | Logs all information related to the Replication Provider(s). | +| **org.apache.directory.server.CONSUMER_LOG** | Logs all information related to the Replication Consumer(s). | +| **org.apache.directory.CURSOR_LOG** | Logs all information related to the Cursors handling the search of entries in the database. | +| **org.apache.directory.api** | A general logger which logs all classes of the Apache Directory LDAP API. | +| **org.apache.directory.server** | A general logger which logs all classes of ApacheDS. | +| **net.sf.ehcache** | A general logger which logs all classes of the Ehcache API. | +| **org.apache.mina** | A general logger which logs all classes of the Apache Mina API. | + +
These loggers are deactivated by default to prevent them interfering with the root log level. Make sure to uncomment those you would like to activate (by removing the '_#_' character in front of the line) and set the dedicated log level according to the kind of information you're looking for.