Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 16097 invoked from network); 30 Jul 2010 10:15:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 10:15:03 -0000 Received: (qmail 68738 invoked by uid 500); 30 Jul 2010 10:15:03 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 68519 invoked by uid 500); 30 Jul 2010 10:15:00 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 68501 invoked by uid 99); 30 Jul 2010 10:14:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 10:14:59 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [77.87.224.105] (HELO m1-bln.bund.de) (77.87.224.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 10:14:51 +0000 Received: from m1.fw.bln.ivbb.bund.de (localhost [127.0.0.1]) by m1-bln.bund.de (8.13.8/8.13.8) with ESMTP id o6UAEUfR007497 for ; Fri, 30 Jul 2010 12:14:31 +0200 (CEST) Received: (from localhost) by m1.fw.bln.ivbb.bund.de (MSCAN) id 7/m1.fw.bln.ivbb.bund.de/smtp-gw/mscan; Fri Jul 30 12:14:30 2010 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: CAS Visual Debugger ignoring logger properties Date: Fri, 30 Jul 2010 12:14:22 +0200 Message-Id: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CAS Visual Debugger ignoring logger properties Thread-Index: Acsvz/sF8sYfxYuITbOvd8RFs2Vd1g== From: To: X-OriginalArrivalTime: 30 Jul 2010 10:14:23.0404 (UTC) FILETIME=[FB7A8EC0:01CB2FCF] X-Virus-Checked: Checked by ClamAV on apache.org Hello, The CAS Visual Debugger ingores the logger properties file. It does not = log to console und writes uima.log into my home directory. The VM = arguments in Eclipse's Run Configuration say:=20 "-Djava.util.logging.config.file=3D${project_loc}/conf/FileConsoleLogger.= properties" The logger is used by this.getContext().getLogger().Log(Level.INFO, ...); in a very simple annotator using Java regular expressions. It is as = simple as one of the easiest examples given in the UIMA tutorial. Thanks Armin