my rails server seems like it is logging everything twice, not sure what is going on here, what should I do to investigate this ?
Do you have your logger set to anything in either config/application.rb or config/environments/development.rb?
If nothing, try adding this line to config/environments/development.rb:
config.logger = Logger.new('/dev/null')