diff --git a/src/MathRestbaseInterface.php b/src/MathRestbaseInterface.php index b6d754214..069db8784 100644 --- a/src/MathRestbaseInterface.php +++ b/src/MathRestbaseInterface.php @@ -132,7 +132,7 @@ class MathRestbaseInterface { $this->log()->info( 'Tex check failed:', [ 'post' => $request['body'], 'error' => $response['error'], - 'url' => $request['url'] + 'urlparams' => $request['url'] ] ); } return $response; @@ -452,7 +452,7 @@ class MathRestbaseInterface { // Remove "convenience" duplicate keys put in place by MultiHttpClient unset( $response[0], $response[1], $response[2], $response[3], $response[4] ); $this->log()->error( 'Restbase math server problem:', [ - 'url' => $request['url'], + 'urlparams' => $request['url'], 'response' => [ 'code' => $response['code'], 'body' => $response['body'] ], 'math_type' => $type, 'tex' => $this->tex