From derby-user-return-7840-apmail-db-derby-user-archive=db.apache.org@db.apache.org Sat Oct 13 09:19:03 2007 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 7062 invoked from network); 13 Oct 2007 09:19:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2007 09:19:03 -0000 Received: (qmail 41187 invoked by uid 500); 13 Oct 2007 09:18:49 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 41149 invoked by uid 500); 13 Oct 2007 09:18:49 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 41134 invoked by uid 99); 13 Oct 2007 09:18:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2007 02:18:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [130.209.16.101] (HELO hillhead.cent.gla.ac.uk) (130.209.16.101) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2007 09:18:51 +0000 Received: from lenzie.cent.gla.ac.uk ([130.209.16.18]) by hillhead.cent.gla.ac.uk with esmtp (Exim 4.10) id 1Igd53-0003TC-00 for derby-user@db.apache.org; Sat, 13 Oct 2007 10:14:45 +0100 Received: from i-sim.ibls.gla.ac.uk ([130.209.48.138]) by lenzie.cent.gla.ac.uk with esmtp (Exim 4.50) id 1Igd53-0001OA-IO for derby-user@db.apache.org; Sat, 13 Oct 2007 10:14:45 +0100 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <2319BC37-E566-4B33-99F6-81595C4CF750@bio.gla.ac.uk> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Derby Discussion From: David Leader Subject: Can the derby.log file be suppressed? Date: Sat, 13 Oct 2007 10:14:44 +0100 X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org I'm about to distribute my java app with an embedded derby database, but it's really not polite for apps to write unsolicited files to disc. Anyway of suppressing the derby.log file? David