Logging for feeds improved, new "process id" for logging
This commit is contained in:
4
boot.php
4
boot.php
@@ -517,6 +517,8 @@ class App {
|
||||
*/
|
||||
public $template_engine_instance = array();
|
||||
|
||||
public $process_id;
|
||||
|
||||
private $ldelim = array(
|
||||
'internal' => '',
|
||||
'smarty3' => '{{'
|
||||
@@ -577,6 +579,8 @@ class App {
|
||||
|
||||
$this->query_string = '';
|
||||
|
||||
$this->process_id = uniqid("log", true);
|
||||
|
||||
startup();
|
||||
|
||||
set_include_path(
|
||||
|
||||
Reference in New Issue
Block a user