-
Notifications
You must be signed in to change notification settings - Fork 354
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
Remove noise from logs #227
Comments
I think that's doable by passing a loglevel as an option to the server and configuring the vscode launcher to pass the option when launched in debug mode. |
#328 takes steps towards at least improving the formatting of log messages
|
big +1 on this, it would also be useful for the vscode client, which has different run configurations (debug/"prod") already. |
All log entries have been removed in #292, we can restart this discussion in case the new implementation emits noisy logs. I will do my best to keep the noise down |
.metals/metals.log
emits a lot of noisy logsWe should clean up the logs so that they are easier to read. I'm wondering if we can figure out a way to override the default log level so that we can get extra verbose output when debugging. Any ideas?
The text was updated successfully, but these errors were encountered: