#8665: Fix custom logger with mongrel started with script/server

When booting up a mongrel server with "script/server", mongrel will only use the default logger. The simple fix was to include the environment file to load the custom logger.

http://dev.rubyonrails.org/ticket/8665

When booting up a mongrel server with "script/server", mongrel will only use the default logger. The simple fix was to include the environment file to load the custom logger.

http://dev.rubyonrails.org/ticket/8665

http://dev.rubyonrails.org/changeset/2134

Now that we have config.logger the line in question seems kinda redundant?