Add line separator in debug logs
This commit is contained in:
parent
abe2130021
commit
34048c2804
|
|
@ -30,6 +30,7 @@ class BootstrapSubscriber extends \Kanboard\Core\Base implements EventSubscriber
|
|||
$this->logger->debug('RENDERING={time}', array('time' => microtime(true) - $this->request->getStartTime()));
|
||||
$this->logger->debug('MEMORY='.$this->helper->text->bytes(memory_get_usage()));
|
||||
$this->logger->debug('URI='.$this->request->getUri());
|
||||
$this->logger->debug('###############################################');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue