From 50fe3b27d76cf17445ae57eae36c919ca9154723 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 18 Jul 2012 15:14:42 -0400
Subject: [PATCH] Added TODO note.

---
 module/VuFind/src/VuFind/Bootstrap.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php
index ffcaa538c35..689785f933e 100644
--- a/module/VuFind/src/VuFind/Bootstrap.php
+++ b/module/VuFind/src/VuFind/Bootstrap.php
@@ -295,6 +295,10 @@ class Bootstrap
             Zend_Registry::set('Log', $logger);
         }
          */
+
+        // TODO: in addition to setting up the logger, we also need to figure out
+        // how to capture exceptions to the log -- the logic found in 2.0alpha's
+        // ErrorController needs a new home in 2.0beta.
     }
 
     /**
-- 
GitLab