I am running PostgreSQL 9.4.1 in a jail and would like to configure logging. The host has
set in rc.conf. Normally I would use syslog(3) for PostgreSQL logging.
I am sure there is a simple way to configure logging on Postgres inside a jail but since this is the first time I have done it, I am unsure how to configure it. Any help would be much appreciated.
Code:
syslogd_flags="-ss"
I am sure there is a simple way to configure logging on Postgres inside a jail but since this is the first time I have done it, I am unsure how to configure it. Any help would be much appreciated.