summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-29 14:52:48 +0200
committerAlex Legler <alex@a3li.li>2011-08-29 14:52:48 +0200
commitac5ba227204a9564400d2c865d60525aac92b2bc (patch)
tree3cfe332df6dfee57c0097aacc82568aea74057c6 /config
parentUse built-in HTTP_AUTHORIZATION build helper (diff)
downloadglsamaker-ac5ba227204a9564400d2c865d60525aac92b2bc.tar.gz
glsamaker-ac5ba227204a9564400d2c865d60525aac92b2bc.tar.bz2
glsamaker-ac5ba227204a9564400d2c865d60525aac92b2bc.zip
Explicitly request debug messages in the test environment.
Diffstat (limited to 'config')
-rw-r--r--config/environments/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index f97b70b..2423047 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -13,6 +13,7 @@ Glsamaker::Application.configure do
# Log error messages when you accidentally call methods on nil
config.whiny_nils = true
+ config.log_level = :debug
# Show full error reports and disable caching
config.consider_all_requests_local = true