Tuckey does some funky stuff with logging. It basically has its own thing, that can delegate to slf4j, but if that is not enabled then it will basically end up logging using the ServletContext log() methods (or stderr/stdout).These methods kind of suck, as they have no way to specify a severity or category. In our impl the version without an exception logs at INFO, the version with logs at ERROR. Thinking about it these should really have their own category to make it clear what is going on here.Other than adding a slf4j bridge and making it use slf4j somehow I don't know if there is much you can do.StuartOn Wed, Apr 4, 2018 at 7:38 AM, Brad Wood <bdw429s@gmail.com> wrote:______________________________We're using Undertow in a console app that also leverages Tuckey for URL rewriting. We're also using Log4j for logging stuff. I was noticing this week that most of the log messages from Tuckey seem to be nested inside of a log message from Undertow-- often times with a different logging severity.I can try and provide the details of how we're using Log4j if I need. I'd like to be able to do some filtering and such to separate out my Tuckey logs, but I can't do it easily when they appear to get caught up and re-logged by Undertow under a different logging category and severity.[INFO ] io.undertow.servlet: org.tuckey.web.filters.urlrewr
ite.Condition TRACE: outcome false Any ideas on what's going on would be welcome.Thanks!~BradDeveloper AdvocateOrtus Solutions, CorpE-mail: brad@coldbox.orgColdBox Platform: http://www.coldbox.org_________________
undertow-dev mailing list
undertow-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev