Return-Path: X-Original-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52CAF798F for ; Tue, 6 Sep 2011 23:15:54 +0000 (UTC) Received: (qmail 72498 invoked by uid 500); 6 Sep 2011 23:15:54 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 72490 invoked by uid 500); 6 Sep 2011 23:15:53 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 72481 invoked by uid 99); 6 Sep 2011 23:15:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2011 23:15:53 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2011 23:15:46 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86NFNtN011695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Sep 2011 19:15:24 -0400 Received: from [10.3.113.90] (ovpn-113-90.phx2.redhat.com [10.3.113.90]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p86NFNph011568 for ; Tue, 6 Sep 2011 19:15:23 -0400 Subject: Re: syslog in DeltaCloud 0.4.0 From: David Lutterkort To: deltacloud-dev@incubator.apache.org Date: Tue, 06 Sep 2011 16:15:23 -0700 In-Reply-To: References: <4E5E5FDA.2040806@redhat.com> <1314810889.25156.12.camel@melon.watzmann.net> <1315002298.26495.30.camel@avon.watzmann.net> Organization: Red Hat Inc Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Message-ID: <1315350923.15528.39.camel@avon.watzmann.net> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2011-09-06 at 15:40 -0400, Tong Li wrote: > finally had time to try this rc4, however, syslog is now needed by few > files in DC. unfortunately syslog is not available on windows platform, so > somehow this release becomes platform specific. is this really intended? am > I missing something? No, the intent is not to make it platform specific - we need to figure out how to replace syslog on Windows. Should probably fall back to writing to stdout. Or do you know of a more elegant fallback ? David