...
|
...
|
@@ -68,7 +68,7 @@ function start(){ |
|
|
// _echo($e->getMessage());
|
|
|
logs(
|
|
|
$e->getMessage().PHP_EOL.$e->getTraceAsString(),
|
|
|
LOG_PATH.'/'.$worker_id.'_'.co::getCid().'.log'
|
|
|
LOG_PATH.'/'.$worker_id.'.log'
|
|
|
);
|
|
|
}
|
|
|
|
...
|
...
|
@@ -131,7 +131,7 @@ function start(){ |
|
|
// _echo($e->getMessage());
|
|
|
logs(
|
|
|
$e->getMessage().PHP_EOL.$e->getTraceAsString(),
|
|
|
LOG_PATH.'/'.$worker_id.'_'.co::getCid().'.log'
|
|
|
LOG_PATH.'/'.$worker_id.'.log'
|
|
|
);
|
|
|
}
|
|
|
|
...
|
...
|
|