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

adding parser that turns log line strings into dictionaries #51

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

kitrady
Copy link
Contributor

@kitrady kitrady commented Jul 13, 2024

Things this parser class does:

  • Categorize a line as either a header line (the line of characters that come before and after the startup info), a log line (a log line that follows the expected format), or an unstructured line (a line that either is an improperly formatted log or part of the info given at startup)
  • Parses a log line and returns it as a dictionary
  • Can be configured to handle different header lines, different types and numbers of "fields" in a log line, and different field separators

@kitrady kitrady changed the title added parser that turns log line strings into dictionaries adding parser that turns log line strings into dictionaries Jul 13, 2024
@benrady-aq benrady-aq merged commit 3a7276a into aquanauts:main Jul 19, 2024
18 checks passed
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