Return-Path: X-Original-To: apmail-trafficserver-users-archive@www.apache.org Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F97A18B21 for ; Tue, 30 Jun 2015 22:57:42 +0000 (UTC) Received: (qmail 49791 invoked by uid 500); 30 Jun 2015 22:57:41 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 49737 invoked by uid 500); 30 Jun 2015 22:57:41 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 49727 invoked by uid 99); 30 Jun 2015 22:57:41 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2015 22:57:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2FD7D180348 for ; Tue, 30 Jun 2015 22:57:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.041 X-Spam-Level: ** X-Spam-Status: No, score=2.041 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9ZhuvlxkzjwP for ; Tue, 30 Jun 2015 22:57:40 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 89A5F22F0E for ; Tue, 30 Jun 2015 22:57:39 +0000 (UTC) Received: by igblr2 with SMTP id lr2so85782688igb.0 for ; Tue, 30 Jun 2015 15:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=kafYHyI0ZD/y8778kZsBIj6hIHNa84syR+EabHfJEU0=; b=XLf7H1VTAyfPOYhD47cMcfIf6Ab7N0TgTjKwtCagnRK+5TtHifMFYzJl9ryAfss0/D 1Tje/0VWrZBAzBn8IjOdtLxGCvodt39Zu0trAiJzLV4FA4oIRhQ5CnDu8dSydgA3dBpH QVo2RmGIXrweaL794uYUkr/EzwbZYnIIoFJ1vYY6LElGFGHEKYStY8gmpaM9vTgVeybl xOHiyJc3IpW0VletzxW6s4fZMWujR8sIjJp4C5bsHyseTsBqRBGrRMxz94neLvhbKmrU 0BbRTzaX1xUImB6T3kPSk7zN1vaNornKv0Lal9hBeflckSRlAhmKDQBc1clLhC84dELE 2IzA== X-Received: by 10.42.132.6 with SMTP id b6mr193917ict.8.1435705012491; Tue, 30 Jun 2015 15:56:52 -0700 (PDT) MIME-Version: 1.0 References: <46C033BF-950C-4DB4-AB7E-1DE43AA4D504@apache.org> In-Reply-To: <46C033BF-950C-4DB4-AB7E-1DE43AA4D504@apache.org> From: "Adam W. Dace" Date: Tue, 30 Jun 2015 22:56:43 +0000 Message-ID: Subject: Re: ATS 6.0 Logging Question To: users@trafficserver.apache.org Content-Type: multipart/alternative; boundary=90e6ba3fcc7945c1470519c41fda --90e6ba3fcc7945c1470519c41fda Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I'll bet it does and I just have it configured incorrectly. I only have one LogObject defined in logs_xml.config. If anyone knows how to properly define the error log, please let me know. :) On Tue, Jun 30, 2015 at 4:46 PM Leif Hedstrom wrote: > > > On Jun 30, 2015, at 5:53 AM, Adam W. Dace > wrote: > > > > First, let me say the new logging regime is looking good. Really good. > I've had quite the fun time defining my own logging format and it seems t= o > be working quite well. > > > > The only thing I miss at all about the old logging system was the idea > that errors get logged into a different file. > > > > Is there any way to do this in the new regime? I'm guessing not but I > wanted to just ask. > > > That should still be the case. Does it not do that? If so, we have a > serious problem. The =E2=80=9Cnew regime=E2=80=9D is not that new, we sim= ply removed the > hardcoded formats (and related records.config settings), and moved them a= ll > to the XML config file. The error log should not have changed. > > =E2=80=94 Leif > > --90e6ba3fcc7945c1470519c41fda Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'll bet it does and I just have it configured incorre= ctly.

I only have one LogObject defined in logs_xml.config.

=
If anyone knows how to properly define the error log, please let= me know. =C2=A0:)


On Tue, Jun 30, 2015 at 4:46 PM Leif Hedstrom = <zwoop@apache.org> wrote:
=

> On Jun 30, 2015, at 5:53 AM, Adam W. Dace <colonelforbin74@gmail.com> wr= ote:
>
> First, let me say the new logging regime is looking good.=C2=A0 Really= good.=C2=A0 I've had quite the fun time defining my own logging format= and it seems to be working quite well.
>
> The only thing I miss at all about the old logging system was the idea= that errors get logged into a different file.
>
> Is there any way to do this in the new regime?=C2=A0 I'm guessing = not but I wanted to just ask.


That should still be the case. Does it not do that? If so, we have a seriou= s problem. The =E2=80=9Cnew regime=E2=80=9D is not that new, we simply remo= ved the hardcoded formats (and related records.config settings), and moved = them all to the XML config file. The error log should not have changed.

=E2=80=94 Leif

--90e6ba3fcc7945c1470519c41fda--