ronosaurus opened a new pull request #460:
URL: https://github.com/apache/logging-log4j2/pull/460


   - Allow frame (package + method name) specific starting point on stack 
traces to suppress boilerplate web container, vendor framework, etc frames
   - _filters.startFrames(frame1,frame2)_ name selected because its related to 
_filters(package1,package2)_
   - Suppress web container frames beneath the servlet entry point using 
_filters.startFrame(javax.servlet.http.HttpServlet.service)_
   - Updated various _packages_, _ignorePackages_, _hasPackages_ variables to 
more descriptive and consistent _filterPackages_
   - Change a few signatures to accept new _filterStartFrames_ parameter 
alongside _filterPackages_
     - Future: combine both Lists into some kind of FilterConfig object to 
support future filters and reduce arguments to methods
    


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to