10 Apr
2003
10 Apr
'03
8:34 a.m.
On Tue, Apr 08, 2003 at 01:28:35PM -0700, nate wrote:
Hamilton, Andrew said:
Have you tried:
destination all { file("/var/log/messages" perm(0640) ); };
This works for me on 1.6.0.
no I haven't but I will! thanks!
you also have the possibility to specify this as a global option: options { perm(0640); }; and then it will be default for all files. -- Bazsi