Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin: EPP log view does not load in production #2133

Closed
vohmar opened this issue Aug 25, 2021 · 1 comment · Fixed by #2136
Closed

Admin: EPP log view does not load in production #2133

vohmar opened this issue Aug 25, 2021 · 1 comment · Fixed by #2136
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Aug 25, 2021

May be related to: #2115

in production system even the view it self does not load. As initially there are no log records returned when accessing the view the filter change seems most logical reason for the issue.

@vohmar vohmar added the bug label Aug 25, 2021
@vohmar
Copy link
Contributor Author

vohmar commented Aug 27, 2021

this might be the query causing the issue - this the last operation in the logs:

2021-08-25 10:47:05.483 EEST [16206] registry@registry_api_log FATAL: terminating connection due to administrator command
2021-08-25 10:47:05.483 EEST [16206] registry@registry_api_log STATEMENT: SELECT COUNT(*) FROM "epp_logs" WHERE "epp_logs"."created_at" >= '2021-08-24 21:00:00'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants