mirror of
https://github.com/friendica/friendica
synced 2025-04-30 14:24:22 +02:00
Remove disturbing/superfluous logging messages
This commit is contained in:
parent
1047ad7bc2
commit
80753ed1b6
3 changed files with 3 additions and 13 deletions
|
@ -68,7 +68,6 @@ class GuzzleResponse extends Response implements IHTTPResult, ResponseInterface
|
|||
}
|
||||
|
||||
if (!$this->isSuccess) {
|
||||
Logger::notice('http error', ['url' => $this->url, 'code' => $this->getReturnCode(), 'error' => $this->error, 'callstack' => System::callstack(20)]);
|
||||
Logger::debug('debug', ['info' => $this->getHeaders()]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue