Re: filter statements in logs - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: filter statements in logs
Date
Msg-id 2f4958ff0811240913s3cf09d76p37f5f4c766cce78@mail.gmail.com
Whole thread Raw
In response to Re: filter statements in logs  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general


On Mon, Nov 24, 2008 at 5:04 PM, Scott Marlowe <scott.marlowe@gmail.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

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: literal limits in 8.3
Next
From: Tom Lane
Date:
Subject: Re: literal limits in 8.3