Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4E06FB49 for ; Fri, 29 Mar 2013 19:44:28 +0000 (UTC) Received: (qmail 1171 invoked by uid 500); 29 Mar 2013 19:44:27 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 1102 invoked by uid 500); 29 Mar 2013 19:44:27 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 1091 invoked by uid 99); 29 Mar 2013 19:44:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 19:44:27 +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 (athena.apache.org: domain of maurizio.cucchiara@gmail.com designates 209.85.219.48 as permitted sender) Received: from [209.85.219.48] (HELO mail-oa0-f48.google.com) (209.85.219.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 19:44:23 +0000 Received: by mail-oa0-f48.google.com with SMTP id j1so616795oag.7 for ; Fri, 29 Mar 2013 12:44:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Y9kV4zhNfqtyymUUpgC0J0i8Ov9easIfqVaXTRBJH2E=; b=caDIc3h3sZPTpqkpUPmPTFMbxF+X/oy4lZnksJdZrFo/uQ6H9E4hRIMY5WiQPag+cd 6jvwwnuKNfYORfsYVgC/bmIIts7leyNDppvSH/ZVuc670ON4jX4kp7b+UJKkYgzeeUaj JrQ5Z8B18Cmo5NQRI0hOD8KeedgZe1/YSN1GZmkqFW43ihhmy4Fi5yMf+Lm1cJ+brKUk Ml4jjIZ9sKzCvPiYF9F0xGNa0gcpvASURV2Nj0rVFGxRevjJjrJSy6OM+2Lg25wV/SjL JY0DyWPI0WbfBav5ZqCvQuMeScZRgIeMdByZ4bXzQyQj+yuWL2DXinw2vxA91+5fpCXg 00ww== X-Received: by 10.60.170.140 with SMTP id am12mr1151294oec.125.1364586242704; Fri, 29 Mar 2013 12:44:02 -0700 (PDT) MIME-Version: 1.0 Sender: maurizio.cucchiara@gmail.com Received: by 10.76.86.230 with HTTP; Fri, 29 Mar 2013 12:43:42 -0700 (PDT) In-Reply-To: References: <5155DEB1.4060700@gmail.com> From: Maurizio Cucchiara Date: Fri, 29 Mar 2013 20:43:42 +0100 X-Google-Sender-Auth: qwyC_DWcOWHbJ6Ew__Pd7nzwaYU Message-ID: Subject: Re: commons-email sending email twice? To: Commons Users List Content-Type: multipart/alternative; boundary=bcaec54b481243588a04d9157ee0 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec54b481243588a04d9157ee0 Content-Type: text/plain; charset=ISO-8859-1 if you want obtain the system.out from a scheduled job, you can redirect the output on a file: for example: scheduled_job > /tmp/out.txt Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin :http://www.linkedin.com/in/mauriziocucchiara VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara Maurizio Cucchiara On 29 March 2013 20:30, David Hoffer wrote: > This runs as a cron job...so no console is used. Not sure then how to get > the debug info...may have to reconfigure to run in console. Perhaps I can > configure log4j to redirect System.out and System.err...I'll check that. > > -Dave > > > On Fri, Mar 29, 2013 at 12:34 PM, Thomas Neidhart < > thomas.neidhart@gmail.com > > wrote: > > > On 03/29/2013 01:32 PM, David Hoffer wrote: > > > Hum, I set setDebug(true) but I'm not seeing more info the logs...and > > > logging is set to DEBUG level. How do I configure this so the debug > goes > > > to the log? > > > > the debug output will go to System.out or System.err, so you will not > > find it in the output of your logging provider. > > > > Thomas > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > > For additional commands, e-mail: user-help@commons.apache.org > > > > > --bcaec54b481243588a04d9157ee0--