mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Less logging.
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user