Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81EF717D13 for ; Tue, 13 Jan 2015 10:17:41 +0000 (UTC) Received: (qmail 33458 invoked by uid 500); 13 Jan 2015 10:17:42 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 33410 invoked by uid 500); 13 Jan 2015 10:17:42 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 33396 invoked by uid 99); 13 Jan 2015 10:17:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 10:17:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.mk.green@gmail.com designates 209.85.215.48 as permitted sender) Received: from [209.85.215.48] (HELO mail-la0-f48.google.com) (209.85.215.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 10:17:16 +0000 Received: by mail-la0-f48.google.com with SMTP id gf13so1769098lab.7 for ; Tue, 13 Jan 2015 02:17:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nBFH7fwbcfW4+KgmvZmWiGzSyF4NWPIV2qfQpeSp6tc=; b=N5mnOyqOsNWmZEz8c1Ra1xZ1iSo2Xcqpi4heblZOa8DtGB1X/tcbJ698/2sw0at6nm LaoCi1OEoCShyYRI4jiQUT3g+08yhebqPmbZbHHIdIAIxw4LLkG8KzccHLloTIz2Hv7/ PJZZYS5C135o2lrSHQeE4EyoVpyOYJ42sTKuPLBIi5QibH+7LcXvTz91F4822iXGq/kR z/B46SJLuUtin1g/hS5hxsFjfHOSAMLHQ3hTBIijSuF5JgSSm6LKuHj/fZ9ueCoJgStm bfn0jaaVd2xGG8IctZYVa7JvqrIJvXTXdmiR6DZyYf4LGsWnnY77coMBKK5jsRIJ84mv nmYA== MIME-Version: 1.0 X-Received: by 10.152.44.129 with SMTP id e1mr41595574lam.43.1421144235092; Tue, 13 Jan 2015 02:17:15 -0800 (PST) Received: by 10.25.0.83 with HTTP; Tue, 13 Jan 2015 02:17:15 -0800 (PST) Date: Tue, 13 Jan 2015 10:17:15 +0000 Message-ID: Subject: Where is logName used? From: James Green To: users Content-Type: multipart/alternative; boundary=089e0160bc384eafca050c85ed2c X-Virus-Checked: Checked by ClamAV on apache.org --089e0160bc384eafca050c85ed2c Content-Type: text/plain; charset=UTF-8 The following code: .log(LoggingLevel.ERROR, "com.foo.server.ngw.router", "Account Not Found. Message discarded.").stop(); Results in the following in the log: 10:12:11,690 ERROR org.slf4j.helpers.MarkerIgnoringBase:145 error() - Account Not Found. Message discarded. I was expecting to see com.foo.server.ngw.router somewhere above? Not sure what else it is supplied for..? James --089e0160bc384eafca050c85ed2c--