Add logging statement to server startup

This commit is contained in:
Raphael 2010-11-15 16:56:30 -08:00
parent 1b39b79446
commit de1fed70f0

View file

@ -4,3 +4,6 @@
Rails.logger = Logger.new(
Rails.root.join("log",Rails.env + ".log"),3,5*1024*1024)
Rails.logger.fatal(
"===================================================\n===================================================\nServer starting up! Time is #{Time.now}")