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
Positron's default log level was set to DEBUG a long time ago.
This log level results in very verbose output, but we switched to it during the beta period so that we didn't need to prefix every request for logs with "now switch log level to debug and try it again".
Now that Positron is no longer considered beta, we should consider restoring the default log level to INFO (VS Code's default) to reduce the amount of noise in the logs.