Search Postgresql Archives

Re: Need to place pgpool logs on separate directory

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

 



> Thanks Tatsuo for the info. I will contact pgpool forum regarding this.
> 
> Also I tried restarting and reloading the pgpool service after each of the
> above parameter changes, still it's not working.
> 
> 
>                  item                 |                               value
>                                |
> description
> --------------------------------------+--------------------------------------------------------------------+---------------------------------------------------------------------------------
>  log_destination                      | stderr
>                                 | logging destination
>  logdir                               | /data/pgpool
>                                  | PgPool status file logging directory
>  syslog_facility                      | LOCAL0
>                             | syslog local faclity
>  syslog_ident                         | pgpool
>                                 | syslog program ident string

When log_destination = stderr, you need to start pgpool with -n option
and redirect stderr to log file. Othewise log will not write to the
log file because without -n stderr is closed.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp





[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