Hi, Am 13.05.2013 um 12:27 schrieb Robert A. Decker:
> Hi, > > The slf4j version coming in through org.apache.sling.commons.log bundle is > org.slf4j.impl,version=1.6.4. Not that I would know of. Sling currently has its own SLF4J API implementation. Plan is to replace that with a plain SLF4J implementation, e.g. Logback. But this also requires integration of the configuration support we currently have. > > Am I correct in assuming that we can use a newer version of slf4js > simple-logger? Or, basically, we can use any logger plugged into sl4j? Or is > it possible that simple-logger is coming in from somewhere else? No, not at this point in time. > > I'm trying to use a newer version but I'm getting class loader problems that > appear to be related to simple-logger trying to be bound twice at two > different version numbers to slf4j. > > I'm trying to figure out right now where simple-logger is coming from. What is the actual problem that you want to solve with the upgrade ? We are not using SLF4J simple-logger, which is just that: "simple" and thus not intended for production use (I would assume). Regards Felix
