<div dir="ltr">I&#39;m not sure about the java docs.  I have used <a href="http://undertow.io/undertow-docs/undertow-docs-1.2.0/index.html">http://undertow.io/undertow-docs/undertow-docs-1.2.0/index.html</a> quite a bit but it doesn&#39;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.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 21, 2015 at 6:31 PM, Joshua Gitlin <span dir="ltr">&lt;<a href="mailto:joshua.gitlin@gmail.com" target="_blank">joshua.gitlin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ah, that works pretty well. Am I nuts are is there nowhere online to find the javadocs?</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 21, 2015 at 4:45 PM, Bill O&#39;Neil <span dir="ltr">&lt;<a href="mailto:bill@dartalley.com" target="_blank">bill@dartalley.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">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.</div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Sun, Jun 21, 2015 at 4:33 PM, Joshua Gitlin <span dir="ltr">&lt;<a href="mailto:joshua.gitlin@gmail.com" target="_blank">joshua.gitlin@gmail.com</a>&gt;</span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><div dir="ltr">New to Undertow and just trying to put together a few POCs. I&#39;m having some issues and I&#39;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&#39;t debug or trace logs with SLF4J or the like?</div>
<br></span>_______________________________________________<br>
undertow-dev mailing list<br>
<a href="mailto:undertow-dev@lists.jboss.org" target="_blank">undertow-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/undertow-dev</a><br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
undertow-dev mailing list<br>
<a href="mailto:undertow-dev@lists.jboss.org">undertow-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/undertow-dev</a><br></blockquote></div><br></div>