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

Cleanup some noisy logs and debugging in tests #198

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

milesziemer
Copy link
Contributor

Logging for unknown file in ServerState is unnecessary because it will always log for newly opened detached files, plus callers have to handle a file not being found anyway.

Logging for deprecated properties in SmithyBuildExtensions aren't going to be visible enough to customers to be useful, plus we emit a warning for build exts anyways.

I also had some old debugging code lingering in tests that I cleaned up.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Logging for unknown file in ServerState is unnecessary because it will
always log for newly opened detached files, plus callers have to handle
a file not being found anyway.

Logging for deprecated properties in SmithyBuildExtensions aren't going
to be visible enough to customers to be useful, plus we emit a warning
for build exts anyways.

I also had some old debugging code lingering in tests that I cleaned up.
@milesziemer milesziemer requested a review from a team as a code owner February 13, 2025 22:53
@milesziemer milesziemer requested review from kstich and joewyz and removed request for kstich February 13, 2025 22:53
@milesziemer milesziemer merged commit b124b3d into smithy-lang:main Feb 13, 2025
3 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.

2 participants