-Dorg.apache.poi.util.POILogger=org.apache.poi.util.CommonsLogger -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger -Dorg.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl
Sort of hack but looks like if I throw that in on my command line it all starts to work. -Eric On Fri, Nov 1, 2013 at 10:12 AM, Eric Peters <[email protected]> wrote: > I tried simply adding <logger name="org.apache.poi.util.POILogger" > level="trace"/> to my logback.xml file but couldn't get that to work. > > Apparently there used to be a page: > http://poi.apache.org/utils/logging.html with examples, but that doesn't > seem to exist anymore. > > Thanks, > > Eric >
