/home/techb158/immovalet.com/vendor/symfony/error-handler/Resources/views
NameSizeModeActions
error.html.php6330644editdlrm
exception.html.php45420644editdlrm
exception_full.html.php18410644editdlrm
logs.html.php21390644editdlrm
trace.html.php23190644editdlrm
traces.html.php24410644editdlrm
traces_text.html.php20640644editdlrm
Edit: /home/techb158/immovalet.com/vendor/symfony/error-handler/Resources/views/logs.html.php (2139B)
= 400) { $status = 'error'; } elseif ($log['priority'] >= 300) { $status = 'warning'; } else { $severity = 0; if (($exception = $log['context']['exception'] ?? null) instanceof \ErrorException || $exception instanceof \Symfony\Component\ErrorHandler\Exception\SilencedErrorContext) { $severity = $exception->getSeverity(); } $status = \E_DEPRECATED === $severity || \E_USER_DEPRECATED === $severity ? 'warning' : 'normal'; } ?> data-filter-channel="escape($log['channel']); ?>">
Level Channel Message
escape($log['priorityName']); ?> escape($log['channel']); ?> formatLogMessage($log['message'], $log['context']); ?>
escape(json_encode($log['context'], \JSON_PRETTY_PRINT | \JSON_UNESCAPED_UNICODE | \JSON_UNESCAPED_SLASHES)); ?>