mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
system: allow notice for vmcore files too
This commit is contained in:
parent
dcc9c40514
commit
de57607a06
@ -35,7 +35,7 @@ class CrashReporterStatus extends AbstractStatus
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$src_logs = glob('/var/crash/textdump*');
|
||||
$src_logs = array_merge(glob('/var/crash/textdump*'), glob('/var/crash/vmcore*'));
|
||||
$php_log = '/tmp/PHP_errors.log';
|
||||
|
||||
$this->internalLogLocation = '/crash_reporter.php';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user