Re: Why csvlog logs contexts without leading tab?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Why csvlog logs contexts without leading tab?
Date: 2012-09-21 09:56:28
Message-ID: 20120921095628.GA26981@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 21, 2012 at 11:54:27AM +0200, Albe Laurenz wrote:
> This makes automatic parsing of log files possible:
> if a line starts with a tab, it is a continuation line.
> The tab itself is not part of the message.

why the tab isn't appended for other multi-line messages? like queries
in LOG: duration: statement: lines?

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
http://depesz.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-09-21 10:17:51 Re: application for postgres Log
Previous Message Albe Laurenz 2012-09-21 09:54:27 Re: Why csvlog logs contexts without leading tab?