Re: log file permissions? - Mailing list pgsql-sql

From Steve Crawford
Subject Re: log file permissions?
Date
Msg-id 45FAC359.8020000@pinpointresearch.com
Whole thread Raw
In response to log file permissions?  (Gerardo Herzig <gherzig@fmed.uba.ar>)
List pgsql-sql
Gerardo Herzig wrote:
> Hi dudes. I have my pg log file rotation configured so i have a
> psql_`today`.log. The thing is, can i configure postgres so the file
> permissions (today is 600) could by 640, so developers could login and
> tailf the logfile (without using the postgres superuser, course)?

This really belongs over in admin.

Are you logging through syslog or stdout (ie. what are the following
settings in postgresql.conf and are they in any way overridden by your
startup scripts)?:
syslog =
syslog_facility =
syslog_ident =

If your are logging through syslog, then postgres has no control over
those permissions. You will have to look at your syslog daemon
configuration.

Cheers,
Steve


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Grabbing Newest Records From Duplicates
Next
From: Tom Lane
Date:
Subject: Re: log file permissions?