I am trying out memcaced-session-manager and everything appears to be
working correctly except that I can't reduce the amount of logging for
memcached-session-manager. I've tried setting the following in
$CATALINA_HOME/conf/logging.properties to no avail - I am still
getting INFO messages.
de.javakaffee.web.msm.level=WARN
However, I am still getting INFO messages logged to the output. Since
I am using the uriPattern lockingMode, I am getting an entry for every
single request coming into tomcat. How do I configure the session
manager to only log warning and above?