wow, thanks Karl! I will have to try that...and I wish I knew that earlier. i have never manipulated logger lines like that before. :)
On Thu, Jan 2, 2014 at 10:06 AM, Karl Kildén <[email protected]> wrote: > Yay for TomEE! > > Regarding the logging, my advice would be to change the relevant log level > to warn. For example I use Log4j 1.2 and do all my configuration > programmatically and I have this: > > > > Logger.getLogger("org.apache.geronimo.connector.work.WorkerContext").setLevel(Level.WARN); > > Can't remember if it was JUL or SLF4J. I have bridged JUL to SLF4J but for > JUL it would be: > > java.util.logging.Logger.getLogger("org.apache.geronimo.connector.work.WorkerContext").setLevel(java.util.logging.Level.WARNING); > > > > > On 2 January 2014 15:58, Howard W. Smith, Jr. <[email protected] > >wrote: > > > +1 Jean-Louis, > > > > On Thu, Jan 2, 2014 at 9:06 AM, Jean-Louis MONTEIRO <[email protected] > > >wrote: > > > > > Interesting point is that TomEE now has a company Tomitribe able to > > provide > > > support. > > > > > > > and I knew Tomitribe would be mentioned in your response! I don't think > > Geronimo is mentioned anytime...whenever Tomitribe is mentioned, but the > > two were definitely mentioned together in this thread. :) > > > > As I am happily-married to TomEE, I have seen (Apache) 'geronimo' > > dependencies in (Apache) TomEE as well. The logs that i am having to put > up > > with, would love to get rid of (in my log), below. > > > > > > Jan 02, 2014 7:20:30 AM org.apache.geronimo.connector.work.WorkerContext > > run > > INFO: Removing non-required WorkContextHandler with no context: > > org.apache.geronimo.connector.work.TransactionContextHandler@7abe2f60 > > > > Jan 02, 2014 7:20:30 AM org.apache.geronimo.connector.work.WorkerContext > > run > > INFO: Removing non-required WorkContextHandler with no context: > > org.apache.openejb.core.security.SecurityContextHandler@5c188694 > > > > Jan 02, 2014 7:20:30 AM org.apache.geronimo.connector.work.WorkerContext > > run > > INFO: Removing non-required WorkContextHandler with no context: > > org.apache.geronimo.connector.work.HintsContextHandler@d696d90 > > >
