-
Notifications
You must be signed in to change notification settings - Fork 739
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
Refactor logging #708
Refactor logging #708
Conversation
PR Description updated to latest commit (b40894b)
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Description updated to latest commit (7dcbdff) |
PR Description updated to latest commit (877796b) |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
User description
Goals
divide the log levels into a simple info/debug levels
log every relevant detail from a run, to ensure each run can be properly debugged, in an easy and accessible way:
avoid generic log messages without actual data, to reduce clutter
Type
enhancement, documentation
Description
Changes walkthrough
13 files
litellm_ai_handler.py
Enhance AI Handler Logging
pr_agent/algo/ai_handlers/litellm_ai_handler.py
usage
from AI response.pr_processing.py
Improve PR Processing Logging
pr_agent/algo/pr_processing.py
and pruning details.
utils.py
Adjust Logging Level for User Labels
pr_agent/algo/utils.py
git_provider.py
Enhance Git Provider Logging and Handling
pr_agent/git_providers/git_provider.py
utils.py
Improve Logging for Repo Settings Application
pr_agent/git_providers/utils.py
__init__.py
Refine Logging Setup
pr_agent/log/init.py
github_app.py
Enhance Logging in GitHub App Server
pr_agent/servers/github_app.py
pr_code_suggestions.py
Improve Logging in PR Code Suggestions Tool
pr_agent/tools/pr_code_suggestions.py
pr_description.py
Improve Logging in PR Description Tool
pr_agent/tools/pr_description.py
pr_help_message.py
Improve Logging in PR Help Message Tool
pr_agent/tools/pr_help_message.py
pr_questions.py
Improve Logging in PR Questions Tool
pr_agent/tools/pr_questions.py
pr_reviewer.py
Improve Logging in PR Reviewer Tool
pr_agent/tools/pr_reviewer.py
pr_update_changelog.py
Improve Logging in PR Update Changelog Tool
pr_agent/tools/pr_update_changelog.py
1 files
cli.py
Dynamic Log Level Configuration
pr_agent/cli.py