aboutsummaryrefslogtreecommitdiffstats
path: root/includes/http
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-09-17 22:23:10 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-09-17 22:23:10 +0000
commitbc644fbf779128096d6e163a9db5afd460d809fd (patch)
tree9d25acf686a0a0b176871ec79d3516e64a795804 /includes/http
parentcaee320467832e2e783bfc303a56e78e322babe0 (diff)
parent806fbaaed56718e6067323426529ad333e3d3c06 (diff)
downloadmediawikicore-bc644fbf779128096d6e163a9db5afd460d809fd.tar.gz
mediawikicore-bc644fbf779128096d6e163a9db5afd460d809fd.zip
Merge "http: Remove timestamp from 'http' channel logs"
Diffstat (limited to 'includes/http')
-rw-r--r--includes/http/GuzzleHttpRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/http/GuzzleHttpRequest.php b/includes/http/GuzzleHttpRequest.php
index 3ce7283dfb50..4af345cc9129 100644
--- a/includes/http/GuzzleHttpRequest.php
+++ b/includes/http/GuzzleHttpRequest.php
@@ -190,7 +190,7 @@ class GuzzleHttpRequest extends MWHttpRequest {
// TODO {error} will be 'NULL' on success which is unfortunate, but
// doesn't seem fixable without a custom formatter. Same for using
// PSR-3 variable replacement instead of raw strings.
- '[{ts}] {method} {uri} HTTP/{version} - {code} {error}'
+ '{method} {uri} HTTP/{version} - {code} {error}'
) ), 'logger' );
}