Add logging statement to server startup
This commit is contained in:
parent
1b39b79446
commit
de1fed70f0
1 changed files with 3 additions and 0 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue