Merge branch 'rrwo/log_stats_report'
[catagits/Catalyst-Runtime.git] / t / execute_exception.t
index b880b06..da03682 100644 (file)
@@ -43,7 +43,7 @@ use HTTP::Request::Common;
   use Catalyst;
 
   MyApp->config(show_internal_actions=>1);
-  MyApp->setup;
+  MyApp->setup('-Log=fatal');
 }
 
 use Catalyst::Test 'MyApp';