En Tue, 23 Oct 2007 05:08:11 -0300, Vinay Sajip <[EMAIL PROTECTED]>
escribi�:
> On Oct 18, 4:08 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
> wrote:
>> Yes, output from several processes comes horribly mixed...
>> I've avoided it using separate log files for each process; but if that's
>> not po
On Oct 18, 4:08 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> Yes, output from several processes comes horribly mixed...
> I've avoided it using separate log files for each process; but if that's
> not possible, one could try using syslog or a SocketHandler and a separate
> listening process
En Wed, 17 Oct 2007 11:10:55 -0300, Diez B. Roggisch <[EMAIL PROTECTED]>
escribió:
>> On Oct 17, 3:33 pm, Rafa Zawadzki <[EMAIL PROTECTED]> wrote:
>>>
>>> As I saw in logging source - there is no lock per file during making
>>> emit() (only lock per thread).
>>>
>>> So, my question is - is it s
Alexandre Badez wrote:
> On Oct 17, 3:33 pm, Rafa Zawadzki <[EMAIL PROTECTED]> wrote:
>> Hello.
>>
>> As I saw in logging source - there is no lock per file during making
>> emit() (only lock per thread).
>>
>> So, my question is - is it safe to log into one file using many
>> processess uses log
On Oct 17, 3:33 pm, Rafa Zawadzki <[EMAIL PROTECTED]> wrote:
> Hello.
>
> As I saw in logging source - there is no lock per file during making emit()
> (only lock per thread).
>
> So, my question is - is it safe to log into one file using many processess
> uses logging logger?
>
> Cheers,
> --
> b
Hello.
As I saw in logging source - there is no lock per file during making emit()
(only lock per thread).
So, my question is - is it safe to log into one file using many processess
uses logging logger?
Cheers,
--
bluszcz
http://vegan-planet.net
--
http://mail.python.org/mailman/listinfo/pytho