diff --git a/module/VuFindConsole/config/module.config.php b/module/VuFindConsole/config/module.config.php index 546a9a74eb69c37f426d8a3e27672ce611f786e0..9bb9c2f540fd1eabbaf9bc8ea8bccf634a4418b4 100644 --- a/module/VuFindConsole/config/module.config.php +++ b/module/VuFindConsole/config/module.config.php @@ -9,6 +9,10 @@ $config = array( 'util' => 'VuFindConsole\Controller\UtilController', ), ), + 'view_manager' => array( + // CLI tools are admin-oriented, so we should always output full errors: + 'display_exceptions' => true, + ), ); return $config; \ No newline at end of file