diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Subscriber/BootstrapSubscriber.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Subscriber/BootstrapSubscriber.php b/app/Subscriber/BootstrapSubscriber.php index cc0bc06d..ed51a3e1 100644 --- a/app/Subscriber/BootstrapSubscriber.php +++ b/app/Subscriber/BootstrapSubscriber.php @@ -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('###############################################'); } } } |