I'm not sure about the java docs.  I have used http://undertow.io/undertow-docs/undertow-docs-1.2.0/index.html quite a bit but it doesn't really outline all the existing handlers anywhere that I have seen.  Personally I just opened up the io.undertow.server.handlers package and read through all of the classes.  There are a bunch of very useful handlers that I only stumbled on from reading through the code.

On Sun, Jun 21, 2015 at 6:31 PM, Joshua Gitlin <joshua.gitlin@gmail.com> wrote:
Ah, that works pretty well. Am I nuts are is there nowhere online to find the javadocs?

On Sun, Jun 21, 2015 at 4:45 PM, Bill O'Neil <bill@dartalley.com> wrote:
Take a look at AccessLogHandler for logging requests.  You can customize it quite a bit for more verbose logging.  Just wrap any of your custom handlers with the AccessLogHandler.

On Sun, Jun 21, 2015 at 4:33 PM, Joshua Gitlin <joshua.gitlin@gmail.com> wrote:
New to Undertow and just trying to put together a few POCs. I'm having some issues and I'm not seeing any way to turn any sort of verbose logging. Looks like none fo the default handlers log anything. Any reason there aren't debug or trace logs with SLF4J or the like?

_______________________________________________
undertow-dev mailing list
undertow-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev



_______________________________________________
undertow-dev mailing list
undertow-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev