Merge pull request #10803 from nupplaphil/feat/message_log

Forgot one Logpoint ..
pull/10804/head
Hypolite Petovan 2021-10-02 17:41:34 -04:00 zatwierdzone przez GitHub
commit 810699b454
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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]);
}