R
Railway•8mo ago
jtourkos

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:
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...
Jump to solution
5 Replies
Percy
Percy•8mo ago
Project ID: N/A
jtourkos
jtourkos•8mo ago
N/A Any ideas?
Solution
Brody
Brody•8mo ago
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
jtourkos
jtourkos•8mo ago
I see. OK, thanks a lot for your help!
Brody
Brody•8mo ago
no problem 🙂