Forgot one Logpoint ..
This commit is contained in:
parent
49310b46d3
commit
254c32ac91
|
@ -167,7 +167,6 @@ class CurlResult implements IHTTPResult
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->isSuccess) {
|
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]);
|
Logger::debug('debug', ['info' => $this->info]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue