Robert Brewer ha scritto:
> [...]
> I still say the answer to "should logging be done by the application or
> server?" is "neither". We need a component that covers the "everything
> else" of WSGI; that is, the environment in which servers and
> applications are instantiated, connected, started, st
Graham Dumpleton ha scritto:
> On 22/12/2007, Manlio Perillo <[EMAIL PROTECTED]> wrote:
>> Graham Dumpleton ha scritto:
>>> [...]
>>>
>>> The more and more that this discussion goes on, the conclusion I am
>>> coming to is that WSGI applications should simply not be using the web
>>> server log fil
Phillip J. Eby ha scritto:
> [...]
>> There is also a little problem in the "The start_response() Callable"
>> chapter, in this phrase:
>>
>> """The start_response callable must not actually transmit the response
>> headers. Instead, it must store them for the server or gateway to
>> transmit only