Use a process identifier for logging that contains the pid (#5359)

This commit is contained in:
Michael Vogel 2018-07-11 00:32:47 +02:00 committed by Hypolite Petovan
parent ef0e34adf3
commit 3792e2819d
3 changed files with 15 additions and 3 deletions

View file

@ -193,7 +193,7 @@ class App
$this->query_string = '';
$this->process_id = uniqid('log', true);
$this->process_id = System::processID('log');
set_time_limit(0);