>>>>> "Schmitz" == Michael Schmitz <[EMAIL PROTECTED]> writes:
>>>>> "Curt" == Curt Arnold <[EMAIL PROTECTED]> writes:
Curt> On Aug 1, 2007, at 2:10 AM, Michael Schmitz wrote:
>>> I disussed almost the same issue with the log4perl guys as the
>>> problem Christian described is actually a major problem in our
>>> project. I think it would be a great idea to permit
>>> specification of the file mode via the configuration.
Curt> I asked for comments on log4net-dev
Curt> (http://marc.info/?l=log4net- dev&m=118598739032116&w=2) and
Curt> didn't get much insight beyond don't have multiple processes
Curt> hit the same log file (which is a good and true statement).
Curt> log4net has the idea of a nested securityContext where you
Curt> can specify that logging would be done as a particular user
Curt> (which would be one way around the file permissions issue),
Curt> but I have no direct experience with it.
Curt> Is there an archive of your discussion with log4perl?
Schmitz> No, I don't think so. My dicussion regarding an
Schmitz> initialization issue are in the archive, but this one
Schmitz> not.
<snip>
I just looked at the manual of the file appender in log4perl and saw,
that one can specify umask, owner and group (plus some more options)
for a appender.