Re: Removing pollution from log files - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: Removing pollution from log files
Date
Msg-id 20070827192746.GJ30147@phlogiston.dyndns.org
Whole thread Raw
In response to Removing pollution from log files  ("Andrus" <kobruleht2@hot.ee>)
Responses problem with transactions in VB.NET using npgsql  (Owen Hartnett <owen@clipboardinc.com>)
List pgsql-general
On Mon, Aug 27, 2007 at 02:00:02PM +0300, Andrus wrote:
> Postgres  log files are polluted with messages
>
> 2007-08-27 06:10:38 WARNING:  nonstandard use of \\ in a string literal at
> character 190
> 2007-08-27 06:10:38 HINT:  Use the escape string syntax for backslashes,
> e.g., E'\\'.

That's not pollution; it's telling you you need to fix your
application to escape the backslashes differently.  If you want to
suppress them, though, you can change your logging level to be higher
than "WARNING".

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
"The year's penultimate month" is not in truth a good way of saying
November.
        --H.W. Fowler

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Tables dissapearing
Next
From: Owen Hartnett
Date:
Subject: problem with transactions in VB.NET using npgsql