Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log Insights: Use more specific log parsing regexp (#622)
Our existing log parsing regular expressions may lead to ambiguity in parsing log line prefixes for some log lines. Ensure we only look for identifiers (role name, application_name, and database name) up to the default identifier length limit (63 bytes) to reduce ambiguities.
- Loading branch information