diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php index ffcaa538c358d1aec32935b3810b9de9f73802b9..689785f933ed80e3b82c886cf6abde5b7a802b31 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. } /**