Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6702D1072F for ; Thu, 16 Jan 2014 17:02:55 +0000 (UTC) Received: (qmail 86995 invoked by uid 500); 16 Jan 2014 17:02:53 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 86900 invoked by uid 500); 16 Jan 2014 17:02:53 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 86892 invoked by uid 99); 16 Jan 2014 17:02:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 17:02:53 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of kpfininfo01@gmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 17:02:48 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W3qKQ-0003hK-TH for dev@activemq.apache.org; Thu, 16 Jan 2014 09:02:03 -0800 Date: Thu, 16 Jan 2014 09:01:47 -0800 (PST) From: kal123 To: dev@activemq.apache.org Message-ID: <1389891707800-4676384.post@n4.nabble.com> Subject: logging from activemq leveldb MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I don't see logging from LevelDBClient.java such as: def queueCursor(collectionKey: Long, seq:Long)(func: (Message)=>Boolean) = { collectionCursor(collectionKey, encodeLong(seq)) { (key, value) => val seq = decodeLong(key) info("Seq read: %L", seq) var locator = DataLocator(store, value.getValueLocation, value.getValueLength) info("locator read: %s", locator.toString()) Is there something i have to setup to get these logging? -- View this message in context: http://activemq.2283324.n4.nabble.com/logging-from-activemq-leveldb-tp4676384.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.