Dear All. How can I force Jetty, to log from my Controllers ? In my acme-module I added to the pom.xml the slf4j-api, jcl-over-slf4j, slf4j-log4j12 and log4j artifacts with provided scope. In my Controller I added: [code]private final Logger logger = LoggerFactory.getLogger( FlightSearchComponent.class );[/code] , but when I run the acme-webapp project with mvn jetty:run-war, I don't see on console any logs from my Spring MVC component Controller.
-- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c2aec10c-3112-4d2f-bc23-8e687069e87d ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
