Update to Rails 2.3.8
This commit is contained in:
parent
6677b46cb4
commit
f0635301aa
429 changed files with 17683 additions and 4047 deletions
|
@ -73,6 +73,7 @@ module ActionController
|
|||
message = "/!\\ FAILSAFE /!\\ #{Time.now}\n Status: 500 Internal Server Error\n"
|
||||
message << " #{exception}\n #{exception.backtrace.join("\n ")}" if exception
|
||||
failsafe_logger.fatal(message)
|
||||
failsafe_logger.flush if failsafe_logger.respond_to?(:flush)
|
||||
end
|
||||
|
||||
def failsafe_logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue