Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-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 BD328FAB4 for ; Sun, 2 Jun 2013 01:27:19 +0000 (UTC) Received: (qmail 38202 invoked by uid 500); 2 Jun 2013 01:25:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 33145 invoked by uid 500); 2 Jun 2013 01:24:48 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 9150 invoked by uid 99); 1 Jun 2013 22:16:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jun 2013 22:16:15 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.77 as permitted sender) Received: from [64.18.1.77] (HELO exprod6og126.obsmtp.com) (64.18.1.77) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jun 2013 22:16:10 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob126.postini.com ([64.18.5.12]) with SMTP ID DSNKUapylRfwSXQxLtdcvOi7x2SRrLlFBMNi@postini.com; Sat, 01 Jun 2013 15:15:50 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r51MCVD8027810 for ; Sat, 1 Jun 2013 15:12:31 -0700 (PDT) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r51MFm6A004816 for ; Sat, 1 Jun 2013 15:15:48 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Sat, 1 Jun 2013 15:15:48 -0700 From: Filip Maj To: "dev@cordova.apache.org" Date: Sat, 1 Jun 2013 15:15:45 -0700 Subject: Re: Changing logging output (DroidGap) Thread-Topic: Changing logging output (DroidGap) Thread-Index: Ac5fFZGqMc0IDtlXTZCo/LYO+vtLtg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.4.130416 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Sounds good to me On 5/30/13 10:17 AM, "Ian Clelland" wrote: >There's a three-week-outstanding pull request in cordova-android ( >https://github.com/apache/cordova-android/pull/52) relating to changing >the >default logging prefix > >This sounds like a good idea -- we've managed to get rid of the old >'DroidGap' naming almost everywhere else, but it's still appearing in >logs. > >Does anyone object to this change? Is anyone depending on that prefix for >testing, log analysis, etc? > >If not, I'll update that, and we'll have an ounce more consistency in the >project :) > >Ian