Started GET "/home" for 117.55.68.xxx at 2012-11-05 22:56:06 +0900
Processing by PageController#home as HTML
Parameters: {"id"=>"420"}
Started POST "/login" for 61.211.5.107 at 2012-11-05 23:25:52 +0900
Processing by UsersController#login as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xxxxxxx=", "username"=>"***DELETED***", "password"=>"***DELETED***", "commit"=>"login"}
Rendered users/login.html.haml within layouts/application (6.7ms)
Completed 200 OK in 142ms (Views: 103.5ms | ActiveRecord: 0.0ms)
我正在使用乘客3.0.11。 我遇到了没有写日志的问题。 当没有输出“已完成”时会发生这种情况。 未输出“已完成”后,不会写入日志20-40分钟。
有人有想法吗?
答案 0 :(得分:0)
当您遇到内存问题时,通常会发生这种情况。 Ruby无法写入日志,因为内存不足。