How to check server logs on dockerized localhost

Hello , I am very new to Docker.
I have bootup newsblur with newsblur/newsblur_node per official guide on github .
My question is : how can I monitor realtime newsblur_node logs on a terminal (just like python manage.py runserver) ?

You can use make log to tail the front-end facing logs. If you want to see all of the logs, use make alllogs. See the Makefile for how these work on docker.

1 Like