Hello all,
I want to place pgpool logs on a separate directory rather than in a syslog file. So I changed the below parameters, but still logging information are being written to the syslog file. Any idea or suggestion why this behaviour?
pgpool-II version 4.1.4 (karasukiboshi)
Tried all the below combinations, none of them works
1.
log_destination = 'stderr'
syslog_facility = 'LOCAL0'
syslog_ident = 'pgpool'
logdir = '/data/pgpool'
2.
log_destination = 'stderr'
#syslog_facility = 'LOCAL0'
#syslog_ident = 'pgpool'
logdir = '/data/pgpool'
3.
log_destination = 'syslog'
syslog_facility = 'LOCAL0'
syslog_ident = 'pgpool'
logdir = '/data/pgpool'
Thanks & Regards,
Rajamohan.J