Log4r warning message

I installed log4r as a gem on Max OS X Leopard. When I start the
server locally, I have a warning that I’d like to get rid of. I think
this is a side-effect of log4r? Other rails projects that I am working
on, on the same machine that don’t generate this warning. this one is
the only one using log4r.

=> Booting Mongrel (use ‘script/server webrick’ to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment…
/Users/roupen/RailsProjects/scoobydeal/config/logger.rb:16: warning:
already initialized constant RAILS_DEFAULT_LOGGER
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals registered. HUP => reload (without restart). It
might not work well.
** Mongrel available at 0.0.0.0:3000
** Use CTRL-C to stop.