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

Fix LogViewer regex to reduce greediness, closes #3683 #3684

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

aricooperdavis
Copy link
Contributor

By making the date match group non-greedy, and escaping the dot between the logger and level match groups, the regex behaves better for log entries that contain square brackets and colons.

See #3683 for full bug report.

@rhukster rhukster merged commit a888f19 into getgrav:develop Mar 6, 2023
@rhukster
Copy link
Member

rhukster commented Mar 6, 2023

cheers.

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.

2 participants