Is it possible to somehow limit webrick access log (:AccessLog in HTTPServer). But I don''t want to log access to certain URL, which is served by specific servlet. To be clearer - I have a simple servlet, that just response hello and username of authenticated user, mounted on [server]/hello. This URL is used to monitor if the server is alive, so it''s accessed every five minutes (or so). I don''t to log this. Is it possible to change the access log behavior somehow or override the logging in servlet? Or anything? Thanks for help -- Posted via http://www.ruby-forum.com/.