My Tomcat 7 is logging messages like these in the standard output's:
INFO: Stopping service Catalina
31/05/2012 15:58:59 org.apache.coyote.http11.Http11AprProtocol destroy
But I need to log only WARN and ERROR messages.
Is there anyway to set this?