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.
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/changeset/2134
Now that we have config.logger the line in question seems kinda redundant?