mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Demote function call payload log to debug to avoid noisy error-level stderr (#6808)
This commit is contained in:
@@ -379,7 +379,7 @@ impl Serialize for FunctionCallOutputPayload {
|
||||
where
|
||||
S: Serializer,
|
||||
{
|
||||
tracing::error!("Payload: {:?}", self);
|
||||
tracing::debug!("Function call output payload: {:?}", self);
|
||||
if let Some(items) = &self.content_items {
|
||||
items.serialize(serializer)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user