You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recently merged autocomplete winds up spamming the logs with piles of uninteresting messages about parsing documents for completion. The log level needs to be dropped to trace(), and the logger itself should be specific to the parser, rather than passing in the logger from the rpc endpoint.
The text was updated successfully, but these errors were encountered:
The recently merged autocomplete winds up spamming the logs with piles of uninteresting messages about parsing documents for completion. The log level needs to be dropped to trace(), and the logger itself should be specific to the parser, rather than passing in the logger from the rpc endpoint.
The text was updated successfully, but these errors were encountered: