This commit is contained in:
hajdul88 2026-01-19 12:43:46 +01:00
parent 77543dbd90
commit fb77f71c30

View file

@ -167,6 +167,7 @@ async def _log_usage_async(
result: Function return value (will be sanitized). result: Function return value (will be sanitized).
success: Whether the function executed successfully. success: Whether the function executed successfully.
error: Error message if function failed, None otherwise. error: Error message if function failed, None otherwise.
duration_ms: Execution duration in milliseconds.
start_time: Function start timestamp. start_time: Function start timestamp.
end_time: Function end timestamp. end_time: Function end timestamp.