Merge pull request #6723 from nupplaphil/issue/6658-worker_id
Adding worker ID to log
This commit is contained in:
@@ -197,7 +197,6 @@ class App
|
||||
$this->footerScripts[] = trim($url, '/');
|
||||
}
|
||||
|
||||
public $process_id;
|
||||
public $queue;
|
||||
private $scheme;
|
||||
private $hostname;
|
||||
@@ -374,8 +373,6 @@ class App
|
||||
$this->loadDefaultTimezone();
|
||||
|
||||
Core\L10n::init();
|
||||
|
||||
$this->process_id = Core\System::processID('log');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user