erohana commented on pull request #476:
URL: https://github.com/apache/logging-log4j2/pull/476#issuecomment-874256372


   i tried to use this feature, but it doesn't; filter the stacktrace, it 
rather filter out anything after the match.
   for example if I have the following stacktace :
   A
   B
   B
   B
   C
   C
   
   I want to filter out all B to have the following result:
   A
   C
   C
   
   the truncation feature will give the following result if I add B 
pointMatcher:
   A
   
   in this case C will be filtered out which is not the result i want.
   
   i hope u understand it 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to