Enable debug logging in maven jetty 7 plugin
Posted
by wds
on Stack Overflow
See other posts from Stack Overflow
or by wds
Published on 2010-03-03T15:47:17Z
Indexed on
2010/03/08
23:36 UTC
Read the original article
Hit count: 501
I'm running a java webapp with a simple mvn jetty:run
, using the latest jetty plugin, but I can't seem to find a way to tell jetty to output DEBUG messages to console (for the embedded jetty instance, not the plugin itself). It's currently outputting only WARN and INFO messages. I've tried setting -DDEBUG
and -DVERBOSE
, but they don't do anything. I've already had a look at the documentation, but it doesn't seem to cover this.
© Stack Overflow or respective owner