We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New regex: \[(\d{4}-\d{2}-\d{2} )?(\d{2}:\d{2}:\d{2})(\.\d{3})?\] ?(\w*): (.*)
\[(\d{4}-\d{2}-\d{2} )?(\d{2}:\d{2}:\d{2})(\.\d{3})?\] ?(\w*): (.*)
Matches HH:MM:SS and (optionally) YYYY-MM-DD at the start and milliseconds at the end of the timestamp.
slimbus/src/Statbus/Controllers/LogsController.php
Line 322 in 3dbd481
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New regex:
\[(\d{4}-\d{2}-\d{2} )?(\d{2}:\d{2}:\d{2})(\.\d{3})?\] ?(\w*): (.*)
Matches HH:MM:SS and (optionally) YYYY-MM-DD at the start and milliseconds at the end of the timestamp.
slimbus/src/Statbus/Controllers/LogsController.php
Line 322 in 3dbd481
The text was updated successfully, but these errors were encountered: