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

Make the macOS/iOS log filter less greedy. #1180

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

freakboy3742
Copy link
Member

Modifies the regex used to filter macOS/iOS log content to use non-greedy forms of .*.

This prevents log lines from being truncated when the contain a closing square bracket, or the text .so).

Fixes #1179

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit 76ec4cf into beeware:main Apr 13, 2023
@freakboy3742 freakboy3742 deleted the ios-filter branch May 1, 2023 23:36
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.

macOS/iOS log filter strips content inside []
2 participants