Skip to content

Commit 1a6b91b

Browse files
Update src/a2a/server/apps/jsonrpc/jsonrpc_app.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7bbba82 commit 1a6b91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/jsonrpc/jsonrpc_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ async def _handle_requests(self, request: Request) -> Response: # noqa: PLR0911
286286
)
287287
),
288288
)
289-
logger.info(f'**********Request body: {body}')
289+
logger.debug(f'Request body: {body}')
290290
# 1) Validate base JSON-RPC structure only (-32600 on failure)
291291
try:
292292
base_request = JSONRPCRequest.model_validate(body)

0 commit comments

Comments
 (0)