1

When a servlet throws a NullPointerException, only the name of the exception is logged on the stderr. (When it's a ServerletException, the stacktrace is logged).

How to enable logging the stacktrace of all exceptions in Jetty 8 ? I'm using Debian's jetty8 package.

Arnaud Le Blanc
  • 98,321
  • 23
  • 206
  • 194

1 Answers1

1

See STACKS property in the logging config: https://wiki.eclipse.org/Jetty/Feature/Jetty_Logging

Andreas
  • 154,647
  • 11
  • 152
  • 247