guysoft/MagicMirrorOS

How to see the logs?

julianCast opened this issue · 4 comments

Before magicMirrorOS, the npm start command would show us the log.
How can we achieve that now with magicMirrorOS? It's useful to debug issues with modules.

Thanks!

This should give you the logs:

sudo docker logs mm 

@khassel I suggest you add that to the README.rst here.

we may should add something which describes the setup (MagicMirrorOS using docker setup) and then post a link to the readme of the docker setup. Would this be fine for you? I don't want to write the content twice, here and in my docker setup ...