Skip to content

Commit

Permalink
Only log errors, not std out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Leone committed Aug 26, 2010
1 parent 9d8d802 commit c8cbece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require File.join(File.dirname(__FILE__), 'environment')

log = File.new LOG_FILE, "a"
$stdout.reopen log
$stderr.reopen log

puts "running app"
Expand Down

0 comments on commit c8cbece

Please sign in to comment.