mirror of
https://github.com/friendica/friendica
synced 2025-05-17 15:44:11 +02:00
Merge pull request #6723 from nupplaphil/issue/6658-worker_id
Adding worker ID to log
This commit is contained in:
commit
1a0398a5b3
6 changed files with 355 additions and 39 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue