Need to place pgpool logs on separate directory

From: RAJAMOHAN <garajamohan(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Need to place pgpool logs on separate directory
Date: 2020-11-11 10:40:18
Message-ID: CAFzdntvC4VW8txruamVqPugHhZw+ar9aXZAxTOnCj7rtFRqRPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2020-11-11 10:47:34 Re: Check constraints do not seem to be working!!!
Previous Message Jitendra Loyal 2020-11-11 09:06:32 Re: Check constraints do not seem to be working!!!