Fix default value of log_directory.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 26 Apr 2021 05:06:59 +0000 (14:06 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 26 Apr 2021 05:06:59 +0000 (14:06 +0900)
commitda866b7d7e1d9a2fd31aa87a45b5728b44c5392d
tree5bd772a39ba8784ba30ad5faf5ea73871291bfe9
parentc4c0adafd6450aa97c848e3ec3a902eecb98dbef
Fix default value of log_directory.

The value written in the configuration file was '/tmp/pgpool_log'
which was different from the compile time built-in value and the value
explained in the docs.

Patch contributed by KAWAMOTO Masaya.
src/sample/pgpool.conf.sample-logical
src/sample/pgpool.conf.sample-raw
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-slony
src/sample/pgpool.conf.sample-snapshot
src/sample/pgpool.conf.sample-stream