Filter stack traces when filtering messages that have stack traces #243
Labels
awaiting
On the list for consideration or merge
bug
Something isn't working
open-to-contribution
You can open Pull-request to resolve this issue
Is your feature request related to a problem? Please describe.
I'm frustrated when I filter out a message, but its stack trace is not filtered out.
Describe the solution you'd like
When a message is filtered out, its stack trace should also be filtered out.
Describe alternatives you've considered
I've had to extend TalkerLogger to override
log
which I don't think is normal usage of this package.Additional context
This is the print (generated by a code generation package) that I want filtered out:
this is what I had to do to filter it out completely:
The text was updated successfully, but these errors were encountered: