From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Locale support is now on by default |
Date: | 2002-04-03 22:55:44 |
Message-ID: | Pine.LNX.4.30.0204031754530.684-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian writes:
> > > Server levels are:
> > >
> > > # debug5, debug4, debug3, debug2, debug1,
> > > # info, notice, warning, error, log, fatal, panic
> >
> > I don't recall log being so high. Didn't it use to be after info?
> > Certainly there should be a way to see only warnings, errors, and higher
> > without seeing the "unimportant" log messages. Actually, I'm also
> > confused why we now have info, notice, *and* warning. Shouldn't two of
> > these be enough?
>
> We added NOTICE and INFO and WARNING because they were required. INFO
> is for SET-like information, NOTICE is for non-warnings like sequence
> creation for SERIAL, and WARNING is for real warnings like identifier
> truncation.
OK, let me phrase my question clearly: How can I turn off LOG and turn on
all errors in the server log?
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2002-04-03 23:19:31 | Re: Suggestions please: names for function cachabilityattributes |
Previous Message | Bruce Momjian | 2002-04-03 22:34:02 | Re: Locale support is now on by default |