mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-24 08:00:12 -06:00
Fix #7144
This commit is contained in:
parent
3df05eb63c
commit
0f57094b17
@ -187,7 +187,7 @@ class DebugController extends Controller
|
||||
foreach ($handlers as $handler) {
|
||||
if ($handler instanceof RotatingFileHandler) {
|
||||
$logFile = $handler->getUrl();
|
||||
if (null !== $logFile) {
|
||||
if (null !== $logFile && file_exists($logFile)) {
|
||||
$logContent = file_get_contents($logFile);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user