mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Less logging.
This commit is contained in:
@@ -88,7 +88,7 @@ class Help implements HelpInterface
|
|||||||
$content = trim($res->getBody()->getContents());
|
$content = trim($res->getBody()->getContents());
|
||||||
} catch (Exception $e) { // @phpstan-ignore-line
|
} catch (Exception $e) { // @phpstan-ignore-line
|
||||||
Log::info($e->getMessage());
|
Log::info($e->getMessage());
|
||||||
Log::info($e->getTraceAsString());
|
//Log::info($e->getTraceAsString());
|
||||||
}
|
}
|
||||||
|
|
||||||
Log::debug(sprintf('Status code is %d', $statusCode));
|
Log::debug(sprintf('Status code is %d', $statusCode));
|
||||||
|
Reference in New Issue
Block a user