a year ago
The logs show “LOG: could not accept SSL connection: Success” from Postgres every couple of seconds. The log is marked as an error level log.
I am curious what this might be, because at the same time I’ve noticed my network egress usage climbing faster than I think it should be given how little my app is used.
Is it possible I have something configured wrong, where all the old deployments are still running and causing the accumulation of logs and network egress?
1 Replies
a year ago
Update: After looking at the HTTP logs in Railway for this project…I believe I know what is causing this. I’ll add a fix to my application to test this theory and will update this thread accordingly.
However, perhaps this might be a good UI suggestion. I would have expected the HTTP logs to be under Logs (or Observability), but it is instead in the Architecture tab, on the particular deployment. The same could be said for the Deploy Logs, since those continue to populate after the deployment is complete. I think it could be nice if it was viewable under Logs, since that is where most people might look first.