hastic-zzz/hastic-server

No analytics logs in release version

rozetko opened this issue · 1 comments

Steps to reproduce

Expected behavior

  • node and python logs are displayed in console

Actual behavior

  • only node logs are displayed

There is another problem: analytics process doesn't get killed when you stop hastic-server. That's why analytics logs are not displayed (they're displayed in the hanging analytics process)

Workaround is to kill the hanging analytics manually before running hastic-server after stop:

ps aux | grep dist/server/server
kill -9 <PID>