mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
parent
de6ada96b1
commit
c5956ef9f2
5 changed files with 2 additions and 240 deletions
|
@ -4,7 +4,6 @@ class Registrar::DeppController < RegistrarController # EPP controller
|
|||
rescue_from(Errno::ECONNRESET, Errno::ECONNREFUSED) do |exception|
|
||||
logger.error 'COULD NOT CONNECT TO REGISTRY'
|
||||
logger.error exception.backtrace.join("\n")
|
||||
NewRelic::Agent.notice_error(exception)
|
||||
redirect_to registrar_login_url, alert: t(:no_connection_to_registry)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue