Re: filter statements in logs

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Cc: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>, "Postgres general mailing list" <pgsql-general(at)postgresql(dot)org>
Subject: Re: filter statements in logs
Date: 2008-11-24 17:13:56
Message-ID: 2f4958ff0811240913s3cf09d76p37f5f4c766cce78@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 24, 2008 at 5:04 PM, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>wrote:

> postgres -D ... | grep -v "things I don't wanna see no more"| grep -v
> "another thing I don't wanna see no more"| rotatelogs filename 86400
>
or:

grep -Ev "I don't wanna see you no more|and you too|and your cat too"

;)

--
GJ

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-11-24 19:46:45 Re: literal limits in 8.3
Previous Message Sam Mason 2008-11-24 17:08:46 Re: literal limits in 8.3