On Wed, Oct 1, 2014 at 7:49 AM, Chris Mylonas <ch...@opencsta.org> wrote:
> > Hi - the logs on 5.4 didn't seem to be displaying the text logo from 5.3 > or what services are REAL/VIRTUAL/etc. > Just plain old standard pom.xml from quickstart for 5.3.7 used, then > changed version to 5.4-beta-22 > > I was previously getting until adding logback-classic > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > details. > [INFO] Started SelectChannelConnector@0.0.0.0:8080 > > Should some sort of logging framework be included in the default tapestry > pom? (jira ticket for inclusion?) > No, absolutely not. This works as designed with a fairly obvious message. SLF allows you, as the application developer, to plug in whatever logging framework you want (jdk logging, log4j, logback, you-name-it-logger etc.). Kalle