Re: logging.py: mutiple system users writing to same file getting permission errors.

2007-12-11 Thread Vinay Sajip
On Dec 10, 8:34 pm, evenrik <[EMAIL PROTECTED]> wrote: > On Dec 7, 12:46 pm, Vinay Sajip <[EMAIL PROTECTED]> wrote: > > > > > On Dec 6, 6:35 pm, evenrik <[EMAIL PROTECTED]> wrote: > > > > An a redhat box I have root, apache and other normal users run code > > > that uses theloggingmodule to write t

Re: logging.py: mutiple system users writing to same file getting permission errors.

2007-12-10 Thread evenrik
On Dec 7, 12:46 pm, Vinay Sajip <[EMAIL PROTECTED]> wrote: > On Dec 6, 6:35 pm, evenrik <[EMAIL PROTECTED]> wrote: > > > An a redhat box I have root, apache and other normal users run code > > that uses theloggingmodule to write to the same log file. Since > > umasks are set to 2 or 022 this gets

Re: logging.py: mutiple system users writing to same file getting permission errors.

2007-12-07 Thread Vinay Sajip
On Dec 6, 6:35 pm, evenrik <[EMAIL PROTECTED]> wrote: > An a redhat box I have root, apache and other normal users run code > that uses theloggingmodule to write to the same log file. Since > umasks are set to 2 or 022 this gets permission errors. > > I have fixed my issue by patching theloggingco