Application is active and working but can't see any requests
Able to see the server starting logs and the db connection logs but cannot see the post and get request logs.
7 Replies
Project ID:
N/A
N/A
what kind of app is this?
nodejs application
railway does not print access logs, your app is responsible for that, im sure there are some middlewares for your framework that do access logging
we have morgan configured......
make sure you are logging to stdout or stderr without buffering