8000 Remove Time: prefix from total_time · symfony/symfony@f8ab2fc · GitHub
[go: up one dir, main page]

Skip to content

Commit f8ab2fc

Browse files
committed
Remove Time: prefix from total_time
1 parent 62c67b1 commit f8ab2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public static function stream(iterable $responses, ?float $timeout = null): \Gen
231231
} elseif ($chunk instanceof FirstChunk) {
232232
if ($response->logger) {
233233
$info = $response->getInfo();
234-
$response->logger->info('Response: "{http_code} {url}" | Time: {total_time} seconds', [
234+
$response->logger->info('Response: "{http_code} {url}" {total_time} seconds', [
235235
'http_code' => $info['http_code'],
236236
'url' => $info['url'],
237237
'total_time' => $info['total_time'],

0 commit comments

Comments
 (0)
0