On 11/15/2010 12:13 PM, Rob Coli wrote: > On 11/15/10 12:08 PM, Reverend Chip wrote: >>> " >>> logger_.warn("Unable to lock JVM memory (ENOMEM)." >>> or >>> logger.warn("Unknown mlockall error " + errno(e)); >>> " >>> >>> Trunk also logs if it is successful : >>> " >>> logger.info("JNA mlockall successful"); >> >> None of those messages has appeared in either output.log or >> system.log. ? > > They are at WARN and INFO, you would have to explicitly enable INFO > logging in log4j to see the INFO one. The lack of the WARN ones in > your logs is relatively promising. :) > > =Rob
My code base is too old... though I do log INFO and WARN, so I will see them later.