Skip to content

Commit

Permalink
Added config.log_level = :debug to config/environments/development.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerRick authored and parndt committed Mar 12, 2010
1 parent d322a8b commit fc70bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Expand Up @@ -16,7 +16,7 @@
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false

config.log_level = :info
config.log_level = :debug

# Uncomment the following lines if you're getting
# "A copy of XX has been removed from the module tree but is still active!"
Expand Down

0 comments on commit fc70bfb

Please sign in to comment.