diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2024-09-17 22:23:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2024-09-17 22:23:10 +0000 |
commit | bc644fbf779128096d6e163a9db5afd460d809fd (patch) | |
tree | 9d25acf686a0a0b176871ec79d3516e64a795804 /includes/http | |
parent | caee320467832e2e783bfc303a56e78e322babe0 (diff) | |
parent | 806fbaaed56718e6067323426529ad333e3d3c06 (diff) | |
download | mediawikicore-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.php | 2 |
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' ); } |