Search Postgresql Archives

Need to place pgpool logs on separate directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux