Re: [HACKERS] Postmaster options, process spawning, logging, etc.

From: Ed Loehr <ELOEHR(at)austin(dot)rr(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Matthew Hagerty <matthew(at)venux(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Postmaster options, process spawning, logging, etc.
Date: 1999-12-17 08:06:08
Message-ID: 3859EEF0.BE6E35AF@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> > The postmaster log file, why are the entries not datestamped?
>
> Uncomment #define ELOG_TIMESTAMPS in include/config.h after configure
> and before make...

I'm still missing something...

After running ./configure, I modifed ...src/include/config.h to uncomment
this...

#define ELOG_TIMESTAMPS

[I also came back later and tried uncommenting #define USE_SYSLOG and repeating
the process, but to no avail...]

Then I ran make, etc, created the file $PGDATA/pg_options...

% cat $PGDATA/pg_options
verbose=2
query
syslog=2

And restarted the server...and still no timestamps.

I verified most everything syslog-wise (configured in /etc/syslog.conf) is
being sent to /var/log/messages...

Anyone notice what am I missing?

Cheers,
Ed Loehr

[ps - Forgive my spewage...I mistakenly sent this out of context to
pgsql-general as well...]

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 1999-12-17 09:29:40 AW: [HACKERS] SELECT ... AS ... names in WHERE/GROUP BY/HAVING
Previous Message Rahul Ravindrudu 1999-12-17 08:00:33 pointer to a table