You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(utils): add function to find messages in logs
Added a new function `find_msgs_in_logs` to search for messages in log files
based on a given regex pattern. This function supports seeking from a specific
offset and timestamp, and can return either all matching lines or just the
first match.
0 commit comments