Re: [BUGS] LOG_PID

2002-06-10 Thread Tom Lane
Ymir <[EMAIL PROTECTED]> writes: > I'm using the latest Postgres version, and I'm trying to get rid of the PID > of the backend when logging to syslogd. Seems like a fairly bad idea, since you'll then be unable to distinguish the log outputs from multiple Postgres backends running concurrently.

[BUGS] LOG_PID

2002-06-10 Thread Ymir
Hello I'm using the latest Postgres version, and I'm trying to get rid of the PID of the backend when logging to syslogd. After seeing it's not doable, I looked at the source only to find: openlog(Syslog_ident, LOG_PID | LOG_NDELAY, syslog_fac); Re-reading the docs, I see no mention of the fa