a month ago
Im, looking to see if theres a way i can view my deployment log stream from my application.
Is there a public api endoint / websocket url that will allow me to do this>
0 Replies
a month ago
yes there is, but perhaps locomotive will serve your usecase? -
I was manily wanting to see a log stream version of my application to see whats happening on the back end
a month ago
if you want to see that, why not just look at the logs in the dashboard?
Because I wanted to create a much more filtered down and cleaner version that will allow me to switch from a task like UI to a log stream like UI for my web app.
If it’s something that is possible to do I’d love some guidance to implement it
a month ago
We support adding filters, see our docs on that topic -
And then you can simply bookmark the page to save the filter.
a month ago
Either way, if you want to learn how to use the API to stream logs, just read locomotive's code.
In the end I just implemented my own log stream direct from my backend to my front end
a month ago
!s
Status changed to Solved brody • 30 days ago