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

LspLog: one fix, one improvement #69

Merged

Conversation

daddykotex
Copy link
Contributor

  1. When the file does not exist the message is added to a buffer to eventually be written to the file. When this happens, the message is timestamped twice.

  2. When println receives an exception, it would be great if the stack trace was printed rather than only the getMessage.

This commit address these two things

1. When the file does not exist the `message` is added to a buffer
to eventually be written to the file. When this happens, the `message`
is timestamped twice.

2. When println receives an exception, it would be great if the
stack trace was printed rather then only the `getMessage`.

This commit address these two things
@daddykotex daddykotex requested a review from a team as a code owner September 14, 2022 19:52
@daddykotex
Copy link
Contributor Author

Related to the investigation of: #68

daddykotex and others added 3 commits September 14, 2022 16:40
Co-authored-by: Miles Ziemer <45497130+milesziemer@users.noreply.github.com>
Co-authored-by: Miles Ziemer <45497130+milesziemer@users.noreply.github.com>
@daddykotex
Copy link
Contributor Author

feel free to squash

@milesziemer milesziemer merged commit 7d7ae31 into smithy-lang:main Sep 14, 2022
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