log/development.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
Resolution:
Change the line : config.log_level = Logger::INFO
to : config.log_level = :info
in development.rb, production.rb etc.