Community
Participate
Working Groups
Deprecate the following System Properties for configuring the output level. "org.eclipse.jetty.util.log.IGNORED" "org.eclipse.jetty.util.log.DEBUG" "org.eclipse.jetty.util.log.stderr.DEBUG" and replace them with "org.eclipse.jetty.util.log.stderr.LEVEL" with possible values of (ALL, DEBUG, INFO, WARN)
Related change: The StdErrLog has legacy code to configure the level per FQCN and arbitrary package hierarchy as well. If implementing this change, also support this granularity of configuration as well.
I'd like to see LEVEL implemented with regards to ignored exceptions so that: LEVEL==DEBUG, then ignored exceptions are logged as toString (ie not stack trace) LEVEL==ALL, then ignored exceptions are logged with full stack traces
Considering this complete/resolved