Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 45027 invoked from network); 28 Aug 2008 08:52:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2008 08:52:51 -0000 Received: (qmail 63877 invoked by uid 500); 28 Aug 2008 08:52:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 63860 invoked by uid 500); 28 Aug 2008 08:52:48 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 63849 invoked by uid 99); 28 Aug 2008 08:52:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 01:52:47 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 08:51:49 +0000 Received: by yw-out-1718.google.com with SMTP id 6so19659ywa.86 for ; Thu, 28 Aug 2008 01:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=E3k2EYSlXwPwAU1C6ipmTR2dJtDxzDV2tnfTDZIq8A0=; b=tZxkzDt4rJ2gyVeAGwRXkfh3Knqf9g/A9pcQES0XzU5n5d7SrfK5mTy34rQO1/MpvX mpZfBP+38OdtirWPNXUg+nkAgNliPV9zIQwWuvjeTIFwyi324gDPydd1M6eM7bVkNaZg fYZHnbZdF/xL76PuqHlgISM92O++7mImgnxoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hR/wX8MYQu/UBZ5f/2r5SgffqArwxVVLVHJ6SYxTxEPWHAn1Lipw7GStDDra87NV9X 4rJUJm+WyNkRqZ+dj+u50mySAP/ByD7ollJRs4+/Hj0TPgqHpZVk7Kg3TW4cj954Sm/w GiB1P1pBSNu5euxcRB7N48VKXSjAVJMG4xt3Q= Received: by 10.151.147.16 with SMTP id z16mr1765136ybn.128.1219913521901; Thu, 28 Aug 2008 01:52:01 -0700 (PDT) Received: by 10.150.138.18 with HTTP; Thu, 28 Aug 2008 01:52:01 -0700 (PDT) Message-ID: <3a73c17c0808280152k6d5d4684h76465cd5baae83d@mail.gmail.com> Date: Thu, 28 Aug 2008 09:52:01 +0100 From: "Gary Tully" To: users@activemq.apache.org Subject: Re: Question about Logging in ActiveMQ 5.1 In-Reply-To: <19191517.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19191517.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Have not tried this but it looks promising http://activemq.apache.org/logging-interceptor.html also, with log4j it is possible to specify the logging level on a per class or package basis. see the examples in conf/log4j.configuration. 2008/8/28 Maenxe : > > I'd like to setup log4j to log when a message was received by the broker, and > when a consumer retrieved it. Is there a way to do this? It seems the > default logging options are simply INFO, WARN, ERROR, FATAL, and DEBUG. > We're currently using INFO, but would like a little more granular detail. > > M@ > -- > View this message in context: http://www.nabble.com/Question-about-Logging-in-ActiveMQ-5.1-tp19191517p19191517.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >