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

Formatting the log using parameter progname for the logger #1606

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

kodram
Copy link
Contributor

@kodram kodram commented Dec 3, 2024

Fixes #1605

Copy link
Member

@iMacTia iMacTia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the change!
I agree we were abusing the progname parameter until now, the change is very much welcome 🙌

Comment on lines +73 to +74
expect(string_io.string).to match('-- : request:')
expect(string_io.string).to match('-- : response:')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a huge fan of the : at the beginning, but I guess it can't be helped. It doesn't seem like we're printing it so I assume this is default Logger behaviour

@iMacTia iMacTia merged commit 529b5b0 into lostisland:main Dec 9, 2024
7 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.

Formatting the log using parameter progname for the logger
2 participants