> So "cached" is not what I'd like to see here. What I'd like to see > is some indication that a file was delivered from the cache to the > client. At the moment I can reliably reproduce that cache hits are > not logged at all. So the reported issue persists.
Sorry, I just realized you were asking for cache hit notification when $verbose, but not $debug, is true. You're correct, those messages are only printed when $debug is true. The rationale was that $verbose should log traffic to the remote repository, but not local-only responses, because that's the expected case and would be *too* verbose. My intent was that $verbose could be left on in a production environment without filling up the logs too fast. I'm willing to reconsider that, along with client information in each log message. I'll look into how squid does it and see if that would be appropriate. Cheers, Eric -- Eric Cooper e c c @ c m u . e d u -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

