Srs,
Como retirar a mensagem que são impressas no console em projetos do Struts2 default?
2011-07-11 18:05:52,781 INFO org.apache.tiles.context.AbstractTilesApplicationContextFactory.createFactory:72 - Initializing Tiles2 application context. . .
2011-07-11 18:05:52,828 WARN org.apache.tiles.context.ChainedTilesApplicationContextFactory.init:111 - Cannot find TilesContextFactory class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
2011-07-11 18:05:52,828 INFO org.apache.tiles.context.AbstractTilesApplicationContextFactory.createFactory:91 - Finished initializing Tiles2 application context.
2011-07-11 18:05:52,828 WARN org.apache.tiles.context.ChainedTilesApplicationContextFactory.init:111 - Cannot find TilesContextFactory class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
2011-07-11 18:05:52,906 INFO org.apache.tiles.factory.TilesContainerFactory.initializeContainer:362 - Initializing Tiles2 container. . .
2011-07-11 18:05:52,921 WARN org.apache.tiles.context.ChainedTilesApplicationContextFactory.init:111 - Cannot find TilesContextFactory class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
2011-07-11 18:05:52,921 WARN org.apache.tiles.context.ChainedTilesRequestContextFactory.init:105 - Cannot find TilesRequestContextFactory class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
2011-07-11 18:05:53,187 INFO org.apache.tiles.factory.TilesContainerFactory.initializeContainer:372 - Tiles2 container initialized
2011-07-11 18:05:53,187 INFO org.apache.tiles.access.TilesAccess.setContainer:113 - Publishing TilesContext for context: org.apache.tiles.servlet.context.ServletTilesApplicationContext
2011-07-11 18:05:53,531 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loading action configurations from: struts-default.xml
2011-07-11 18:05:53,546 DEBUG com.opensymphony.xwork2.util.FileManager.debug:68 - Creating revision for URL: jar:file:/F:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Basic_Struts2_Ant/WEB-INF/lib/struts2-core-2.2.1.jar!/struts-default.xml
2011-07-11 18:05:53,765 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded action configuration from: struts-default.xml
2011-07-11 18:05:53,796 INFO com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.info:42 - Parsing configuration file [struts-default.xml]
2011-07-11 18:05:53,828 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type: name:xwork impl:com.opensymphony.xwork2.ObjectFactory
2011-07-11 18:05:53,859 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.ObjectFactory name:struts impl:org.apache.struts2.impl.StrutsObjectFactory
2011-07-11 18:05:53,859 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.ActionProxyFactory name:xwork impl:com.opensymphony.xwork2.DefaultActionProxyFactory
2011-07-11 18:05:53,859 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.ActionProxyFactory name:struts impl:org.apache.struts2.impl.StrutsActionProxyFactory
2011-07-11 18:05:53,890 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.conversion.ObjectTypeDeterminer name:tiger impl:com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
2011-07-11 18:05:53,890 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.conversion.ObjectTypeDeterminer name:notiger impl:com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
2011-07-11 18:05:53,890 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.conversion.ObjectTypeDeterminer name:struts impl:com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
2011-07-11 18:05:53,906 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.util.PatternMatcher name:struts impl:com.opensymphony.xwork2.util.WildcardHelper
2011-07-11 18:05:53,906 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.util.PatternMatcher name:namedVariable impl:com.opensymphony.xwork2.util.NamedVariablePatternMatcher
2011-07-11 18:05:53,921 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:com.opensymphony.xwork2.util.PatternMatcher name:regex impl:org.apache.struts2.util.RegexPatternMatcher
2011-07-11 18:05:53,937 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.dispatcher.mapper.ActionMapper name:struts impl:org.apache.struts2.dispatcher.mapper.DefaultActionMapper
2011-07-11 18:05:53,937 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.dispatcher.mapper.ActionMapper name:composite impl:org.apache.struts2.dispatcher.mapper.CompositeActionMapper
2011-07-11 18:05:53,937 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.dispatcher.mapper.ActionMapper name:restful impl:org.apache.struts2.dispatcher.mapper.RestfulActionMapper
2011-07-11 18:05:53,953 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.dispatcher.mapper.ActionMapper name:restful2 impl:org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
2011-07-11 18:05:53,953 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.dispatcher.multipart.MultiPartRequest name:struts impl:org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
2011-07-11 18:05:53,968 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.dispatcher.multipart.MultiPartRequest name:jakarta impl:org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
2011-07-11 18:05:53,968 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type:org.apache.struts2.views.TagLibrary name:s impl:org.apache.struts2.views.DefaultTagLibrary
2011-07-11 18:05:54,000 DEBUG com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.debug:68 - Loaded type: name:struts impl:org.apache.struts2.views.freemarker.FreemarkerManager