mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
parent
de6ada96b1
commit
c5956ef9f2
5 changed files with 2 additions and 240 deletions
|
@ -66,9 +66,6 @@ class EppController < ApplicationController
|
|||
else
|
||||
logger.error "FROM-EPP-RESCUE: #{e.message}"
|
||||
logger.error e.backtrace.join("\n")
|
||||
|
||||
# TODO: NOITFY AIRBRAKE / ERRBIT HERE
|
||||
NewRelic::Agent.notice_error(e)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -150,7 +147,7 @@ class EppController < ApplicationController
|
|||
end
|
||||
|
||||
@errors.uniq!
|
||||
|
||||
|
||||
logger.error "\nFOLLOWING ERRORS OCCURRED ON EPP QUERY:"
|
||||
logger.error @errors.inspect
|
||||
logger.error "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue