Not sure whether its related to an upgrade from 5.4.2 to 5.4.3, but since the version upgrade i have been littered with DEBUG logs.
The first message before the tousands of DEBUG messages are thrown is this one: [code]SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/Users/gzalys/Workspace/FYT/apache-tomcat-7.0.64/webapps/flavorYt-webapp-1.0-SNAPSHOT/WEB-INF/lib/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/Users/gzalys/Workspace/FYT/apache-tomcat-7.0.64/webapps/flavorYt-webapp-1.0-SNAPSHOT/WEB-INF/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 17:11:22.423 [localhost-startStop-1] DEBUG o.a.commons.betwixt.XMLIntrospector - Attempting to lookup an XML descriptor for class: class info.magnolia.module.model.ComponentsDefinition [/code] The above error message makes me think that some packages in magnolia that i am using are refering to different versions of logger and cos of that things blow up and then the log4j.xml file is no longer read so every message is being printed out. My log4j.xml has not been changes manually at all its the original. I have attempted cleaning up my maven libraries and re-downloaded them just to make sure they are not corrupt. Any suggestions will be appreciated! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=30ce3c0d-5f32-4698-865c-e5fc58f36e09 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
