Re: Can we exclude errors of some particular text in Postgres log file?

From: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Can we exclude errors of some particular text in Postgres log file?
Date: 2018-09-01 10:14:41
Message-ID: 1535796881126-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Team,

Can we exclude errors of a particular type from the postgres log file ?

For example:
ERROR: duplicate key value violates unique constraint "table_uniq"
DETAIL: Key (column1, column2, column3)=(value0, value1, 1) already exists.

If yes, how can we exclude this errors from the pg_log files. Suggest me an
approach.

Thanks in Advance.

Regards,
Pavan

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shridhar Bichchal 2018-09-01 13:32:39 Remove my email Id
Previous Message pavan95 2018-09-01 08:56:10 Re: Heavy Logging in Subscriber side when configured Logical Replication in 10.4