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: logfmt should produce 0 or more extra labels #342

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Conversation

akvlad
Copy link
Collaborator

@akvlad akvlad commented Aug 11, 2023

Example:
line: INFO: <script>: Reply from Inbound - S=123 - Proxy Authentication Required M=INVITE IP=udp:127.0.0.1:1234 ID=abcd@127.0.0.1
parse result:

{
  S: '123',
  M: 'INVITE',
  IP: 'udp:127.0.0.1:1234',
  ID: 'abcd@127.0.0.1'
}

@akvlad
Copy link
Collaborator Author

akvlad commented Aug 11, 2023

e2e passed successfully. Minor update should work ok.

@akvlad akvlad merged commit 0b252a9 into master Aug 11, 2023
5 checks passed
@akvlad akvlad deleted the logfmt_fix branch August 11, 2023 13:50
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.

None yet

1 participant