We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c2d32 commit 0b24459Copy full SHA for 0b24459
Model/LogHandle.php
@@ -73,7 +73,7 @@ public function after(
73
'response_code' => $responseCode,
74
'response_datetime' => $responseDateTime
75
]);
76
- $this->loggerManager->log($log);
+ $this->loggerManager->log($this->lastLog);
77
} catch (Exception $exception) {
78
$this->logger->error('Cant complete webapi log save because of error: ' . $exception->getMessage());
79
}
0 commit comments