On Tue, 2007-05-01 at 09:12 -0600, Kevin Kempter wrote: > Hi List; > > Anyone have any thoughts per which logging method (SYSLOG vs STDERR) is the > better approach ? > One isn't better or worse than the other. Where are you able to see the logs more easily? STDERR can be redirected to log files via postgresql.conf, and rotated. If you'd rather use what syslog has to offer, use that. Regards, Jeff Davis