This patch fixes the event type used to log output from the

Bruce Momjian <bruce@momjian.us>

Commit: ed63689b43aa29f71ed7b9bf5725f5658b8a7e7c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-08-12T21:36:59Z
Releases: 8.1.0
This patch fixes the event type used to log output from the
stderr-in-service or output-from-syslogger-in-service code. Previously
everything was flagged as ERRORs there, which caused all instances to
log "LOG: logger shutting down" as error...

Please apply for 8.1. I'd also like it considered for 8.0 since logging
non-errors as errors can be cause for alarm amongst people who actually
look at their logs...

Magnus Hagander

Files

PathChange+/−
src/backend/utils/error/elog.c modified +30 −29