mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 04:15:18 +00:00
fix: Logging and Commenting
This commit is contained in:
parent
8ec6067b26
commit
52d4312c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ def get_log_context(body, event, action, build_number):
|
||||||
"request_id": uuid.uuid4().hex, "build_number": build_number, "app_name": app_name,
|
"request_id": uuid.uuid4().hex, "build_number": build_number, "app_name": app_name,
|
||||||
"repo": repo, "git_org": git_org, "installation_id": installation_id}
|
"repo": repo, "git_org": git_org, "installation_id": installation_id}
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
get_logger().error(f"Error parsing request body: {e}")
|
get_logger().error(f"Failed to get log context: {e}")
|
||||||
log_context = {}
|
log_context = {}
|
||||||
return log_context, sender, sender_id, sender_type
|
return log_context, sender, sender_id, sender_type
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue