mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Add logging to handle_errors #2932
This commit is contained in:
parent
bc58923f19
commit
89d831bb0e
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ class EppController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
@errors.uniq!
|
@errors.uniq!
|
||||||
|
|
||||||
|
logger.error "\nFOLLOWING ERRORS OCCURRED ON EPP QUERY:"
|
||||||
|
logger.error @errors.inspect
|
||||||
|
logger.error "\n"
|
||||||
|
|
||||||
# Requested by client, ticket #2688
|
# Requested by client, ticket #2688
|
||||||
# Known issues: error request is exactly 1 second slower and server can handle less load
|
# Known issues: error request is exactly 1 second slower and server can handle less load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue