This is probably not the "official" approach (if there is one), but it
worked for me:
http://hwellmann.blogspot.de/2012/11/logging-with-slf4j-and-logback-in.html
Best regards,
Harald
Am 07.03.2013 20:14, schrieb Will Hoover:
I noticed that http://openejb.apache.org/properties-listing.html does not
have an entry for openejb.log.factory?
What is the process for getting Tomee to use slf4j/logback? I tried adding
the following to conf/system.properties, but it doesn't seem to work as
expected. The catalina log shows that it's using
org.apache.openejb.util.Slf4jLogStream, but all of the individual
application logs are also going to the catalina log rather than the log file
defined in logback.xml
openejb.log.factory=org.apache.openejb.util.Slf4jLogStreamFactory