> I am having a really hard time getting logging to work in postgres.
> What do i need to uncomment and/or change in the .conf file for this to
> work. Under var/log i see a file called pgsql but it has nothing in it.
> I have played with different ways to try to turn logging on and nothing
> works. I want all connection type messages, errors, etc to go to this
> file under /var/log
Run pg_ctl with -l option. See postgresql.conf to check details which can
be logged.
regards,
bhuvaneswaran