I'm using the maven jetty plugin (org.mortbay.jetty) in one of my projects and I was searching for a way to see the jetty errors. I was getting internal server errors but there was nothing in the log. It turns out, there is a command line argument that you can pass in, to set the log level:
-Dorg.eclipse.jetty.LEVEL=DEBUG
No comments:
Post a Comment