diff options
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r-- | main/postgresql/postgresql.confd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd index fc7a1c7888..6a25cc381a 100644 --- a/main/postgresql/postgresql.confd +++ b/main/postgresql/postgresql.confd @@ -34,6 +34,9 @@ # Don't forget to escape quotes. #env_vars="PGPASSFILE=\"/path/to/.pgpass\"" +# Location of postmaster.log. Default is $data_dir/postmaster.log. +logfile="/var/log/postgresql/postmaster.log" + # Automatically set up a new database if missing on startup. #auto_setup="yes" |