Merge pull request #6723 from nupplaphil/issue/6658-worker_id

Adding worker ID to log
This commit is contained in:
Hypolite Petovan 2019-02-23 08:38:08 -05:00 committed by GitHub
commit 1a0398a5b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 355 additions and 39 deletions

View file

@ -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');
}
/**