Less logging.

This commit is contained in:
James Cole
2021-10-09 08:35:56 +02:00
parent 7bd9f55df8
commit d153a4d83e

View File

@@ -88,7 +88,7 @@ class Help implements HelpInterface
$content = trim($res->getBody()->getContents());
} catch (Exception $e) { // @phpstan-ignore-line
Log::info($e->getMessage());
Log::info($e->getTraceAsString());
//Log::info($e->getTraceAsString());
}
Log::debug(sprintf('Status code is %d', $statusCode));