Logging for feeds improved, new "process id" for logging
This commit is contained in:
parent
6e7f7210a8
commit
fc25e605cb
4 changed files with 21 additions and 4 deletions
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue