We have an application that acts as an event listener by subscribing for events from the jackrabbit-webapp server (2.6.2). When the listener is registered, it apparently starts polling the server every 3 seconds. The problem, unfortunately, is the server is recording every "POLL" event to the tomcat localhost log:
{TOMCAT_HOME}/logs/localhost_access_log.YYYY-MM-DD.txt Every 3 seconds this event gets logged: 127.0.0.1 - - [14/Mar/2014:11:13:15 -0400] "POLL /jackrabbit-webapp-2.6.2/server/default/jcr%3aroot HTTP/1.1" 200 121 This will fill up my disk space pretty quickly. Is there a way to disable this event from being logged? Thanks, Chris -- View this message in context: http://jackrabbit.510166.n4.nabble.com/jackrabbit-webapp-server-is-logging-every-POLL-event-by-event-listener-tp4660544.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.