For several reasons I don't want Rails to write log info to development.log.
How can I accomplish that but still output log info in the console?
Inserting the following to config/environments/development.rb stopped logs to both development.log and the console:
config.log_level = :fatal