hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

No analytics logs in release version #939

Open rozetko opened 3 years ago

rozetko commented 3 years ago

Steps to reproduce

Expected behavior

Actual behavior

rozetko commented 3 years ago

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>