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 then added
<dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-classic</artifactId>
        <version>1.1.2</version>
</dependency>

to get the old familiar logs.


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?)

Cheers
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to