-
Notifications
You must be signed in to change notification settings - Fork 21
[LSP] stderr verbose logs for the thought process #718
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Bug fix
Description
Enable quiet LSP logs by default
Prefix LSP logs via helper wrapper
Adjust logging target to rich logger
Avoid empty refinement log updates
Diagram Walkthrough
File Walkthrough
cli.py
Enable DEBUG logging when LSP is active
codeflash/cli_cmds/cli.py
console.py
Prefix console logs conditionally for LSP
codeflash/cli_cmds/console.py
helpers.py
LSP helpers for env check and log prefixing
codeflash/lsp/helpers.py
server_entry.py
Configure LSP server to emit via rich logger
codeflash/lsp/server_entry.py
function_optimizer.py
Guard refinement logging on non-empty results
codeflash/optimization/function_optimizer.py