my rails server seems like it is logging everything twice, not sure what is going on here, what should I do to investigate this ?
I had success with this in development.rb:
development.rb
config.logger = ActiveSupport::Logger.new('/dev/null')