[log4perl-devel] sample rolling log file with explicit log file mode setting?

2007-11-02 Thread Jeff McCarrell
Hi folks. I'm using log4perl in the obvious way. We have reqs to set the mode of the log file to 0666. using log4perl.appender.PUSHD=Log::Dispatch::FileRotate log4perl.appender.PUSHD.filename=/tmp/pushd.log log4perl.appender.PUSHD.mode=append log4perl.appender.PUSHD.permissions = S_IRUSR|S_IWUS

[log4perl-devel] set file permissions for Log::Dispatch::FileRotate appender?

2007-11-02 Thread Jeff McCarrell
Hi folks. I'm using log4perl in the obvious way. We have reqs to set the mode of the log file to 0666. using log4perl.appender.PUSHD=Log::Dispatch::FileRotate log4perl.appender.PUSHD.filename=/tmp/pushd.log log4perl.appender.PUSHD.mode=append log4perl.appender.PUSHD.permissions = S_IRUSR|S_IWU