Re: [HACKERS] Postmaster options, process spawning, logging, etc. - Mailing list pgsql-hackers

From Ed Loehr
Subject Re: [HACKERS] Postmaster options, process spawning, logging, etc.
Date
Msg-id 3859EEF0.BE6E35AF@austin.rr.com
Whole thread Raw
In response to Re: [HACKERS] Postmaster options, process spawning, logging, etc.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Postmaster options, process spawning, logging, etc.
List 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...]



pgsql-hackers by date:

Previous
From: Rahul Ravindrudu
Date:
Subject: pointer to a table
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: [HACKERS] SELECT ... AS ... names in WHERE/GROUP BY/HAVING