Logging for feeds improved, new "process id" for logging

This commit is contained in:
Michael Vogel
2016-07-07 20:32:13 +02:00
parent 6e7f7210a8
commit fc25e605cb
4 changed files with 21 additions and 4 deletions

View File

@@ -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(