mirror of
https://github.com/friendica/friendica
synced 2025-05-12 10:24:10 +02:00
Use a process identifier for logging that contains the pid (#5359)
This commit is contained in:
parent
ef0e34adf3
commit
3792e2819d
3 changed files with 15 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue