Is there a way to see connection logs?
I'm transitioning from Heroku and in the Heroku logs they would log every time my Node endpoint was hit. For example:
I don't see that on the Railway logging. The only thing that's been logged is
5 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Dang, that's sad to hear. Any plans to implement this in the future?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
You should be able to do this by adding some sort of middleware to your application, no?
Never considered looking for one! Express's native
morgan
middleware does the trick--thanks!
Though for repos that don't use Express, this functionality would still be useful!
(e.g. https://github.com/Rob--W/cors-anywhere)