Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support wildcards in ignore_logger #1053

Merged
merged 4 commits into from Mar 15, 2021

Conversation

mahmoudhossam
Copy link
Contributor

Fixes #511

This implementation uses fnmatch since the glob module only matches existing files.

fnmatch also works on python 2.7 and later, so this should work with all python versions supported by the SDK.

@untitaker untitaker changed the title Support wildcards in ignore_logger feat: Support wildcards in ignore_logger Mar 15, 2021
@untitaker untitaker merged commit f3b0b00 into getsentry:master Mar 15, 2021
@untitaker
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider logging hierarchy for ignore_logger
2 participants