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
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