Merge pull request #10803 from nupplaphil/feat/message_log
Forgot one Logpoint ..
This commit is contained in:
commit
810699b454
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ class CurlResult implements IHTTPResult
|
|||
}
|
||||
|
||||
if (!$this->isSuccess) {
|
||||
Logger::notice('http error', ['url' => $this->url, 'code' => $this->returnCode, 'error' => $this->error, 'callstack' => System::callstack(20)]);
|
||||
Logger::debug('debug', ['info' => $this->info]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue