Notifications on Logs
Hello all,
Is there a way to get any kind of "notification" (email, webhook, etc.) on a log regex? For example on "ERROR" send an email to the admin.
I know about the deployment webhooks, but I'd like to know about the logs.
Thank you.
Solution:Jump to solution
unfortunately railway doesn't yet have a log sink feature, you would have to roll your own solution by subscribing to the deployment logs via their public api
https://docs.railway.app/reference/public-api...
5 Replies
Project ID:
N/A
N/A
Any ideas?
Solution
unfortunately railway doesn't yet have a log sink feature, you would have to roll your own solution by subscribing to the deployment logs via their public api
https://docs.railway.app/reference/public-api
I see. OK, thanks a lot for your help!
no problem 🙂