Skip to content

Commit

Permalink
[padrino-core] Move logger to debug instead of devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed May 22, 2011
1 parent 120598e commit 3bab575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/lib/padrino-core/logger.rb
Expand Up @@ -90,7 +90,7 @@ class Logger
#
Config = {
:production => { :log_level => :warn, :stream => :to_file },
:development => { :log_level => :devel, :stream => :stdout },
:development => { :log_level => :debug, :stream => :stdout },
:test => { :log_level => :debug, :stream => :null }
}

Expand Down

0 comments on commit 3bab575

Please sign in to comment.