[Zope-dev] [Problem] unordered entries in "Z2.log"
Dieter Maurer
dieter at handshake.de
Mon Mar 22 04:38:45 EST 2004
Apparently, entries in Zope's "Z2.log" are not chronologically (by
causuality) ordered.
In my concrete case, a form was POSTed that resulted in a redirected "GET"
request.
The entries in "Z2.log", however, were in the order:
GET ... 200
POST ... 302
This can be confusing (altough, I do not know whether it can be
easily avoided).
--
Dieter
More information about the Zope-Dev
mailing list