Conversation
|
I've written up a version of this PR on top of #7239 |
|
Hi @ackintosh, this pull request has been closed automatically due to 30 days of inactivity. If you’d like to continue working on it, feel free to reopen at any time. |
|
Now that #7239 has been merged we can push this fix through. @ackintosh let me know if you want me to make the changes, or if you have time to fix it |
|
This pull request has merge conflicts. Could you please resolve them @ackintosh? 🙏 |
|
@macladson Thanks for pointing that out! I believe the fix in this PR has already been addressed by #7239. On the current unstable branch, I checked the logs and confirmed that entries with multiple spans are now correctly formatted, with the missing commas resolved: |
|
Oh that's an interesting side-effect! I'll close this now then but we should keep an eye on the logs in case it still appears in very specific situations 👍 |
Issue Addressed
In beacon.log, commas are missing in case where multiple spans are present, for example:
A comma should be present between
service: "sync"andservice: "network_context"as shown in the example.Proposed Changes
This PR:
build_log_text()testable and adds unit tests for it