I have an access log based on paste.translogger, and it's not logging static file requests (unless they're not found). Since this is for development, I'd like to see how the browser cache is (or is not) being used. Logically it seems like the static_app (PasteURLParser) should return through the middleware with status 200, but somehow the translogger middleware is not seeing it, neither my implementation nor Ian's. Does it bypass the outbound part of the middleware somehow?
-- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
