mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
The process id is currently not supported.
This commit is contained in:
parent
e20a675953
commit
ca529d9de7
1 changed files with 3 additions and 1 deletions
|
@ -370,7 +370,9 @@ class Worker
|
|||
|
||||
$argc = count($argv);
|
||||
|
||||
$new_process_id = System::processID("wrk");
|
||||
// Currently deactivated, since the new logger doesn't support this
|
||||
//$new_process_id = System::processID("wrk");
|
||||
$new_process_id = '';
|
||||
|
||||
Logger::log("Process ".$mypid." - Prio ".$queue["priority"]." - ID ".$queue["id"].": ".$funcname." ".$queue["parameter"]." - Process PID: ".$new_process_id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue