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

Use rust side logging #36

Merged
merged 8 commits into from
Jul 26, 2024
Merged

Use rust side logging #36

merged 8 commits into from
Jul 26, 2024

Conversation

esarver
Copy link
Member

@esarver esarver commented Jul 22, 2024

  • Save logs to expected places on all platforms
  • Forward logs to VSCode Output Pane

@esarver esarver self-assigned this Jul 22, 2024
@esarver
Copy link
Member Author

esarver commented Jul 24, 2024

I was originally planning to use a File Watcher in order to forward to the Output Pane. After researching this further, that probably won't work as well I though it would.

Instead, I will research the following:

  • using a named pipe as a "file" to write to.
  • Add an additional option to create a socket across which logs can be sent.

@esarver esarver marked this pull request as ready for review July 25, 2024 17:16
@esarver esarver requested a review from a team as a code owner July 25, 2024 17:16
@esarver esarver merged commit 8dc7a1b into main Jul 26, 2024
7 checks passed
@esarver esarver deleted the task/TSP-759-use-rust-side-logging branch October 11, 2024 14:12
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